* enable eawt APIs for both APP and MAS releases

This commit is contained in:
Reinhard Pointner 2014-08-10 06:59:12 +00:00
parent 8b01e2e05d
commit ad78796bec
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public class Main {
});
// window settings
if (Settings.isMacSandbox()) {
if (Settings.isMacApp()) {
MacAppUtilities.setUIDefaults();
MacAppUtilities.setWindowCanFullScreen(frame);
}