mirror of
https://github.com/processing/processing4.git
synced 2026-02-18 04:45:37 +01:00
continued development and cleanup
This commit is contained in:
@@ -113,7 +113,7 @@ public class JavaToolbar extends EditorToolbar {
|
||||
|
||||
case EXPORT:
|
||||
if (shift) {
|
||||
jeditor.handleExportPackage();
|
||||
jeditor.handleExportApplication();
|
||||
} else {
|
||||
jeditor.handleExportProject();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user