mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
X rectangles were drawing 1 pixel too large
X re-implemented sketchModified
This commit is contained in:
@@ -140,6 +140,7 @@ public class PdeEditorConsole extends Component {
|
||||
|
||||
|
||||
public void update() {
|
||||
System.out.println("PdeEditorConsole.update");
|
||||
Graphics g = this.getGraphics();
|
||||
if (g != null) paint(g);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user