mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 11:40:48 +00:00
Fixed: #1670 Parent component/window of dialogs not properly set
This commit is contained in:
@@ -240,7 +240,7 @@ public class DebuggerTools {
|
||||
public static void debuggerShowLog() {
|
||||
initDebugger();
|
||||
if (Main.debugDialog == null) {
|
||||
Main.debugDialog = new DebugLogDialog(debugger);
|
||||
Main.debugDialog = new DebugLogDialog(Main.getDefaultDialogsOwner(), debugger);
|
||||
}
|
||||
Main.debugDialog.setVisible(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user