mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
attempt to fix run
This commit is contained in:
@@ -552,6 +552,13 @@ public class JavaEditor extends Editor {
|
||||
}
|
||||
|
||||
|
||||
public void statusError(String what) {
|
||||
super.statusError(what);
|
||||
// new Exception("deactivating RUN").printStackTrace();
|
||||
toolbar.deactivate(JavaToolbar.RUN);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Deactivate the Run button. This is called by Runner to notify that the
|
||||
* sketch has stopped running, usually in response to an error (or maybe
|
||||
|
||||
Reference in New Issue
Block a user