mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
major updates to full screen handling, remove FSEM, add native OS X menubar hiding
This commit is contained in:
@@ -668,7 +668,7 @@ public class PdePreprocessor {
|
||||
out.print(indent + indent + "PApplet.main(new String[] { ");
|
||||
|
||||
if (Preferences.getBoolean("export.application.fullscreen")) {
|
||||
out.print("\"" + PApplet.ARGS_PRESENT + "\", ");
|
||||
out.print("\"" + PApplet.ARGS_FULL_SCREEN + "\", ");
|
||||
|
||||
String farbe = Preferences.get("run.present.bgcolor");
|
||||
out.print("\"" + PApplet.ARGS_BGCOLOR + "=" + farbe + "\", ");
|
||||
|
||||
Reference in New Issue
Block a user