mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 21:50:46 +00:00
invokelater only the startwork
This commit is contained in:
@@ -151,7 +151,7 @@ public class Main {
|
||||
|
||||
public static void startWork(final String name, final int percent, final Runnable cancelCallback) {
|
||||
working = true;
|
||||
View.execInEventDispatch(new Runnable() {
|
||||
View.execInEventDispatchLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
if (mainFrame != null) {
|
||||
|
||||
Reference in New Issue
Block a user