mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
* fix potential issues on OSX
This commit is contained in:
parent
6af8da3df9
commit
e4bd68b026
@ -131,13 +131,11 @@ public class MainFrame extends JFrame {
|
||||
|
||||
pad.addWindowListener(new WindowAdapter() {
|
||||
public void windowOpened(WindowEvent e) {
|
||||
MainFrame.this.setState(ICONIFIED);
|
||||
MainFrame.this.setVisible(false);
|
||||
};
|
||||
|
||||
public void windowClosing(WindowEvent e) {
|
||||
MainFrame.this.setVisible(true);
|
||||
MainFrame.this.setState(NORMAL);
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user