Skip to content

Commit

Permalink
FPGA window close buttons fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aplq committed Dec 17, 2023
1 parent 9ec9a15 commit 1edf0da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ public void windowClosing(WindowEvent e) {
selWindow.pack();
selWindow.setLocationRelativeTo(IOcomps.getParentFrame());
selWindow.setModal(true);
selWindow.setDefaultCloseOperation(JDialog.DO_NOTHING_ON_CLOSE);
selWindow.setAlwaysOnTop(true);
abort = false;
while (!abort) {
Expand Down

0 comments on commit 1edf0da

Please sign in to comment.