mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 04:45:37 +00:00
Fixed: #1670 Parent component/window of dialogs not properly set
This commit is contained in:
@@ -43,7 +43,7 @@ public class FontPreviewDialog extends AppDialog {
|
||||
* @param modal Will show as modal?
|
||||
*/
|
||||
public FontPreviewDialog(java.awt.Frame parent, boolean modal, Font font) {
|
||||
super();
|
||||
super(parent);
|
||||
setModal(true);
|
||||
initComponents();
|
||||
View.setWindowIcon(this);
|
||||
|
||||
Reference in New Issue
Block a user