We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4664a73 commit ae26d8dCopy full SHA for ae26d8d
app/src/processing/app/ui/Toolkit.java
@@ -837,7 +837,6 @@ static public void zoomSwingFonts() {
837
static public int zoom(int pixels) {
838
if (zoom == 0) {
839
zoom = parseZoom();
840
- System.out.println(zoom);
841
}
842
// Deal with 125% scaling badness
843
// https://github.com/processing/processing/issues/4902
todo.txt
@@ -22,6 +22,7 @@ X Fix "No library found for org.w3c.dom"
22
X only export 'tool' subfolder for Movie Maker (and Theme Engine?)
23
X redo splash screen handler
24
X make the splash screen work in 2x on Windows and Linux
25
+X remove 1.0 on the console during startup (debug message from Toolkit)
26
27
theme
28
X major theme changes
0 commit comments