pixelDensity (FX): fix fullscreen placement

This commit is contained in:
Jakub Valtar
2017-04-13 15:00:31 +02:00
parent a601323b50
commit b0c5575d2c
@@ -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();