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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user