mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 10:44:31 +00:00
woraround for #1246 Minimum gui-pane widths (since version 8) make FFDEC unusable on small monitors
This commit is contained in:
@@ -477,7 +477,9 @@ public class ActionPanel extends JPanel implements SearchListener<ActionSearchRe
|
||||
});
|
||||
|
||||
HighlightedText htext = SWF.getCached(asm, innerActions);
|
||||
setSourceCompleted(asm, htext, innerActions);
|
||||
View.execInEventDispatch(() -> {
|
||||
setSourceCompleted(asm, htext, innerActions);
|
||||
});
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user