Prevent passing bad settings if textures are scrolled quickly
This commit is contained in:
parent
0fa72c7467
commit
76799de193
Binary file not shown.
@ -122,6 +122,8 @@ namespace FirstPlugin
|
||||
WidthLabel.Text = $"Width {SelectedTexSettings.TexWidth}";
|
||||
HeightLabel.Text = $"Height {SelectedTexSettings.TexHeight}";
|
||||
|
||||
if (Thread != null && Thread.IsAlive)
|
||||
Thread.Abort();
|
||||
|
||||
if (formatComboBox.SelectedItem is SurfaceFormat)
|
||||
{
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user