mirror of
https://github.com/4sval/FModel.git
synced 2026-04-26 00:04:53 -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;
|
ExtractButton.Enabled = true;
|
||||||
SaveImageButton.Enabled = true;
|
SaveImageButton.Enabled = true;
|
||||||
|
SelectedArray = null;
|
||||||
|
|
||||||
stopWatch.Stop();
|
stopWatch.Stop();
|
||||||
TimeSpan ts = stopWatch.Elapsed;
|
TimeSpan ts = stopWatch.Elapsed;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user