fixed issue with array uncleared after its use

This commit is contained in:
Asval 2019-03-11 17:40:07 +01:00
parent 4d223b2dc1
commit 881779a4b7

View File

@ -1267,6 +1267,7 @@ namespace FModel
}
ExtractButton.Enabled = true;
SaveImageButton.Enabled = true;
SelectedArray = null;
stopWatch.Stop();
TimeSpan ts = stopWatch.Elapsed;