mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
add template support for Modes
This commit is contained in:
@@ -1945,13 +1945,8 @@ public class JavaEditor extends Editor {
|
||||
* To initiate a "stop" action, call handleStop() instead.
|
||||
*/
|
||||
public void deactivateRun() {
|
||||
// if (toolbar instanceof DebugToolbar){
|
||||
// toolbar.deactivate(DebugToolbar.RUN);
|
||||
// } else {
|
||||
// toolbar.deactivate(JavaToolbar.RUN);
|
||||
toolbar.deactivateRun();
|
||||
debugItem.setEnabled(true);
|
||||
// }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user