mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
pixelDensity (FX): fix fullscreen placement
This commit is contained in:
@@ -555,6 +555,7 @@ public class PSurfaceFX implements PSurface {
|
||||
public void placeWindow(int[] location, int[] editorLocation) {
|
||||
if (sketch.sketchFullScreen()) {
|
||||
PApplet.hideMenuBar();
|
||||
return;
|
||||
}
|
||||
|
||||
//Dimension window = setFrameSize();
|
||||
|
||||
Reference in New Issue
Block a user