We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e7f55 commit af02ef1Copy full SHA for af02ef1
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