mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
things working a little better
This commit is contained in:
@@ -370,7 +370,7 @@ public class PdeEditorStatus extends JPanel implements ActionListener {
|
||||
//if (screen == null) return;
|
||||
if (yesButton == null) setup();
|
||||
|
||||
System.out.println("status.paintComponent");
|
||||
//System.out.println("status.paintComponent");
|
||||
|
||||
Dimension size = getSize();
|
||||
if ((size.width != sizeW) || (size.height != sizeH)) {
|
||||
|
||||
Reference in New Issue
Block a user