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 2571e8f commit 30fa33eCopy full SHA for 30fa33e
app/src/processing/app/ui/Editor.java
@@ -212,7 +212,7 @@ public void windowDeactivated(WindowEvent e) {
212
box.add(spacer);
213
}
214
if (Platform.isLinux()) {
215
- if (isDisplayable()) setUndecorated(true);
+ if (!isDisplayable()) setUndecorated(true);
216
getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
217
218
0 commit comments