mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
new tabs graphics, new colors, horizontally aligned toolbar
This commit is contained in:
@@ -532,9 +532,9 @@ public class PApplet extends Applet
|
||||
setBounds((winW - width)/2,
|
||||
insets.top + ((winH - insets.top - insets.bottom) - height)/2,
|
||||
winW, winH);
|
||||
} else {
|
||||
//} else {
|
||||
//System.out.println("frame was null");
|
||||
setBounds(0, 0, width, height);
|
||||
//setBounds(0, 0, width, height);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user