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