mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 22:29:18 +01:00
remove the extra window color business
This commit is contained in:
@@ -679,9 +679,11 @@ public class PdePreprocessor {
|
||||
} else {
|
||||
out.print("\"" + PApplet.ARGS_HIDE_STOP + "\", ");
|
||||
}
|
||||
} else {
|
||||
String farbe = Preferences.get("run.window.bgcolor");
|
||||
out.print("\"" + PApplet.ARGS_BGCOLOR + "=" + farbe + "\", ");
|
||||
// } else {
|
||||
// // This is set initially based on the system control color, just
|
||||
// // sets the color for what goes behind the sketch before it's added.
|
||||
// String farbe = Preferences.get("run.window.bgcolor");
|
||||
// out.print("\"" + PApplet.ARGS_BGCOLOR + "=" + farbe + "\", ");
|
||||
}
|
||||
out.println("\"" + className + "\" });");
|
||||
out.println(indent + "}");
|
||||
|
||||
Reference in New Issue
Block a user