mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
[GUI] Use blocking call to show messages in correct order
This commit is contained in:
parent
7674081df7
commit
629c6248a4
@ -1254,7 +1254,7 @@ namespace AssetStudioGUI
|
||||
{
|
||||
if (InvokeRequired)
|
||||
{
|
||||
BeginInvoke(new Action(() => { toolStripStatusLabel1.Text = statusText; }));
|
||||
Invoke(new Action(() => { toolStripStatusLabel1.Text = statusText; }));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user