mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
notes about bug
This commit is contained in:
@@ -130,7 +130,8 @@ public class PGraphicsJava2D extends PGraphics {
|
||||
protected void allocate() {
|
||||
image = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB);
|
||||
g2 = (Graphics2D) image.getGraphics();
|
||||
// can't un-set this because this may be only a resize (Bug #463)
|
||||
// can't un-set this because this may be only a resize
|
||||
// http://dev.processing.org/bugs/show_bug.cgi?id=463
|
||||
defaultsInited = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user