mirror of
https://github.com/4sval/FModel.git
synced 2026-09-23 00:44:45 -05:00
fixed issue with array uncleared after its use
This commit is contained in:
@@ -1267,6 +1267,7 @@ namespace FModel
|
||||
}
|
||||
ExtractButton.Enabled = true;
|
||||
SaveImageButton.Enabled = true;
|
||||
SelectedArray = null;
|
||||
|
||||
stopWatch.Stop();
|
||||
TimeSpan ts = stopWatch.Elapsed;
|
||||
|
||||
Reference in New Issue
Block a user