mirror of
https://github.com/processing/processing4.git
synced 2026-02-05 06:39:20 +01:00
X added 'rename' command
X also the default for clicking on the sketch's title
This commit is contained in:
@@ -64,7 +64,7 @@ public class PdeEditorHeader extends Panel /* implements ActionListener*/ {
|
||||
//System.out.println("got mouse");
|
||||
if ((sketchRight != 0) &&
|
||||
(e.getX() > sketchLeft) && (e.getX() < sketchRight)) {
|
||||
editor.skSaveAs();
|
||||
editor.skSaveAs(true);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user