Merge pull request #1139 from SiboVG/issue-1130

[fixes #1130] Fix DebugLogDialog location
This commit is contained in:
Joe Pfeiffer 2022-02-21 10:29:23 -07:00 committed by GitHub
commit 0c16bdb32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,6 +381,7 @@ public class DebugLogDialog extends JDialog {
});
GUIUtil.setDisposableDialogOptions(this, close);
setLocationRelativeTo(null);
followBox.requestFocus();
}