We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59421b3 + af02ef1 commit 4de0c22Copy full SHA for 4de0c22
app/src/processing/app/ui/Editor.java
@@ -208,7 +208,7 @@ public void windowDeactivated(WindowEvent e) {
208
Box box = Box.createVerticalBox();
209
Box upper = Box.createVerticalBox();
210
211
- if(SystemInfo.isMacFullWindowContentSupported) {
+ if(Platform.isMacOS() && SystemInfo.isMacFullWindowContentSupported) {
212
getRootPane().putClientProperty( "apple.awt.fullWindowContent", true );
213
getRootPane().putClientProperty( "apple.awt.transparentTitleBar", true );
214
0 commit comments