mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 22:58:08 +00:00
build fix
This commit is contained in:
@@ -477,8 +477,9 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
|
||||
});
|
||||
|
||||
HighlightedText htext = SWF.getCached(asm, innerActions);
|
||||
ActionList finalActions = innerActions;
|
||||
View.execInEventDispatch(() -> {
|
||||
setSourceCompleted(asm, htext, innerActions);
|
||||
setSourceCompleted(asm, htext, finalActions);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user