mirror of https://github.com/acidanthera/audk.git
1. Fix EDKT449 Close Build Preferences will crash wizard
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1844 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
7bd5773542
commit
cbee1e7407
|
@ -555,7 +555,7 @@ public class Preferences extends IFrame {
|
|||
this.setSize(dialogWidth, dialogHeight);
|
||||
this.setContentPane(getJContentPane());
|
||||
this.setTitle("Build Preferences [" + toolsDefIdentifier + "]");
|
||||
this.setDefaultCloseOperation(IFrame.EXIT_ON_CLOSE);
|
||||
this.setDefaultCloseOperation(IFrame.DISPOSE_ON_CLOSE);
|
||||
this.centerWindow();
|
||||
this.setVisible(true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue