Skip to content

Commit 516bb2b

Browse files
author
kritsu
committed
修复关闭文件失效的bug
1 parent bfca62f commit 516bb2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ExtractorSharp/MainForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@ private void CloseFile(object sender, EventArgs e) {
715715
Controller.Dispose();
716716
Viewer.Dispose();
717717
ImageFlush();
718+
Connector.List.Clear();
718719
Connector.IsSave = true;
719720
pathBox.Text = string.Empty;
720721
}

0 commit comments

Comments
 (0)