Skip to content

Commit af02ef1

Browse files
committed
Bugfix For Window & Linux
[skip ci]
1 parent b9e7f55 commit af02ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/ui/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public void windowDeactivated(WindowEvent e) {
208208
Box box = Box.createVerticalBox();
209209
Box upper = Box.createVerticalBox();
210210

211-
if(SystemInfo.isMacFullWindowContentSupported) {
211+
if(Platform.isMacOS() && SystemInfo.isMacFullWindowContentSupported) {
212212
getRootPane().putClientProperty( "apple.awt.fullWindowContent", true );
213213
getRootPane().putClientProperty( "apple.awt.transparentTitleBar", true );
214214

0 commit comments

Comments
 (0)