mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 18:35:37 +01:00
working out toolbar and menu changes for export
This commit is contained in:
@@ -116,9 +116,9 @@ public class JavaToolbar extends EditorToolbar {
|
||||
|
||||
case EXPORT:
|
||||
if (shift) {
|
||||
jeditor.handleExportApplication();
|
||||
} else {
|
||||
jeditor.handleExportApplet();
|
||||
} else {
|
||||
jeditor.handleExportApplication();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user