undo/redo and edit menu implementation

This commit is contained in:
benfry
2002-10-22 06:33:57 +00:00
parent 33f91aca0b
commit e0ac753c8c
5 changed files with 164 additions and 16 deletions

View File

@@ -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)) {