mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
fixes to re-enable sketchbook prompt, also shift-new to do oppo behavior
This commit is contained in:
@@ -340,7 +340,7 @@ public class PdeEditorButtons extends JComponent implements MouseInputListener {
|
||||
case RUN: editor.handleRun(e.isShiftDown()); break;
|
||||
case STOP: setState(RUN, INACTIVE, true); editor.handleStop(); break;
|
||||
case OPEN: setState(OPEN, INACTIVE, true); break;
|
||||
case NEW: editor.handleNew(); break;
|
||||
case NEW: editor.handleNew(e.isShiftDown()); break;
|
||||
case SAVE: editor.handleSave(); break;
|
||||
case EXPORT: editor.handleExport(); break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user