diff --git a/app/src/processing/app/ui/Editor.java b/app/src/processing/app/ui/Editor.java index f87ba4ee1..278065343 100644 --- a/app/src/processing/app/ui/Editor.java +++ b/app/src/processing/app/ui/Editor.java @@ -208,7 +208,7 @@ public void windowDeactivated(WindowEvent e) { Box box = Box.createVerticalBox(); Box upper = Box.createVerticalBox(); - if(SystemInfo.isMacFullWindowContentSupported) { + if(Platform.isMacOS() && SystemInfo.isMacFullWindowContentSupported) { getRootPane().putClientProperty( "apple.awt.fullWindowContent", true ); getRootPane().putClientProperty( "apple.awt.transparentTitleBar", true );