mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove debug warning
This commit is contained in:
@@ -292,7 +292,7 @@ public class PGraphicsJava2D extends PGraphics {
|
||||
}
|
||||
// If not realized (off-screen, i.e the Color Selector Tool), gc will be null.
|
||||
if (gc == null) {
|
||||
System.err.println("GraphicsConfiguration null in initImage()");
|
||||
//System.err.println("GraphicsConfiguration null in initImage()");
|
||||
GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
|
||||
gc = ge.getDefaultScreenDevice().getDefaultConfiguration();
|
||||
}
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ X Implement Cmd-Q handler on Mac OS X
|
||||
X https://github.com/processing/processing/issues/3301
|
||||
X Changing "background color when Presenting" causes Exception
|
||||
X https://github.com/processing/processing/issues/3299
|
||||
_ remove "null in initImage()" message
|
||||
X remove "null in initImage()" message
|
||||
|
||||
fixed in 3.0a8
|
||||
X Full screen window on second monitor without using present mode
|
||||
|
||||
Reference in New Issue
Block a user