X rectangles were drawing 1 pixel too large

X re-implemented sketchModified
This commit is contained in:
benfry
2002-10-22 19:19:09 +00:00
parent e0ac753c8c
commit 3b300df5f1
4 changed files with 70 additions and 28 deletions

View File

@@ -371,7 +371,8 @@ public class PdeBase extends Frame implements ActionListener {
undo.addEdit(e.getEdit());
undoAction.updateUndoState();
redoAction.updateRedoState();
if (!editor.sketchModified) editor.setSketchModified(true);
//System.out.println("setting sketch to modified");
//if (!editor.sketchModified) editor.setSketchModified(true);
}
}