mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
undo/redo and edit menu implementation
This commit is contained in:
@@ -102,6 +102,7 @@ public class PdeEditorHeader extends Panel /* implements ActionListener*/ {
|
||||
|
||||
public void paint(Graphics screen) {
|
||||
if (screen == null) return;
|
||||
if (editor.sketchName == null) return;
|
||||
|
||||
Dimension size = getSize();
|
||||
if ((size.width != sizeW) || (size.height != sizeH)) {
|
||||
|
||||
Reference in New Issue
Block a user