mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Bugfix For Window & Linux
[skip ci]
This commit is contained in:
@@ -208,7 +208,7 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user