mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove 1.0 on the console during startup (debug message from Toolkit)
This commit is contained in:
@@ -837,7 +837,6 @@ public class Toolkit {
|
||||
static public int zoom(int pixels) {
|
||||
if (zoom == 0) {
|
||||
zoom = parseZoom();
|
||||
System.out.println(zoom);
|
||||
}
|
||||
// Deal with 125% scaling badness
|
||||
// https://github.com/processing/processing/issues/4902
|
||||
|
||||
@@ -22,6 +22,7 @@ X Fix "No library found for org.w3c.dom"
|
||||
X only export 'tool' subfolder for Movie Maker (and Theme Engine?)
|
||||
X redo splash screen handler
|
||||
X make the splash screen work in 2x on Windows and Linux
|
||||
X remove 1.0 on the console during startup (debug message from Toolkit)
|
||||
|
||||
theme
|
||||
X major theme changes
|
||||
|
||||
Reference in New Issue
Block a user