Skip to content

Commit 66eb4b9

Browse files
committed
changes for 3.39.3
1 parent 9978854 commit 66eb4b9

File tree

16 files changed

+4
-6
lines changed

16 files changed

+4
-6
lines changed

MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2888,7 +2888,7 @@ private void EditTrimFilter(object sender, EventArgs e)
28882888

28892889
foreach (ListViewItem item in listViewProcessingScript.Items)
28902890
{
2891-
if (item.Text.Equals("Dynamic") || item.Text.Equals("Crop"))
2891+
if (item.Text.Equals("Dynamic") || (item.Text.Equals("Crop") && Filters.DynamicCrop != null))
28922892
removeFilter(item);
28932893
}
28942894

NewUpdate/3.31.1.zip

-126 KB
Binary file not shown.

NewUpdate/3.31.2.zip

-127 KB
Binary file not shown.

NewUpdate/3.32.0.zip

-127 KB
Binary file not shown.

NewUpdate/3.33.0.zip

-128 KB
Binary file not shown.

NewUpdate/3.33.1.zip

-128 KB
Binary file not shown.

NewUpdate/3.34.0.zip

-169 KB
Binary file not shown.

NewUpdate/3.35.0.zip

-128 KB
Binary file not shown.

NewUpdate/3.36.0.zip

-128 KB
Binary file not shown.

NewUpdate/3.37.0.zip

-128 KB
Binary file not shown.

0 commit comments

Comments
 (0)