mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
heading towards the next release
This commit is contained in:
@@ -1356,7 +1356,8 @@ implements MRJAboutHandler, MRJQuitHandler, MRJPrefsHandler
|
||||
}
|
||||
|
||||
sketch = new PdeSketch(this, path);
|
||||
exportAppItem.setEnabled(!sketch.isLibrary());
|
||||
// TODO re-enable this once export application works
|
||||
exportAppItem.setEnabled(false && !sketch.isLibrary());
|
||||
buttons.disableRun(sketch.isLibrary());
|
||||
header.rebuild();
|
||||
if (PdePreferences.getBoolean("console.auto_clear")) {
|
||||
|
||||
Reference in New Issue
Block a user