more fixes from Manindra (issue #1504)

This commit is contained in:
benfry
2012-12-22 00:29:21 +00:00
parent 54403bd4de
commit b2729b4654

View File

@@ -159,6 +159,7 @@ public class DebugToolbar extends JavaToolbar {
super.handlePressed(e, JavaToolbar.EXPORT);
break;
case DEBUG:
deditor.handleStop(); // Close any running sketches
if (shift) {
Logger.getLogger(DebugToolbar.class.getName()).log(Level.INFO, "Invoked 'Run' toolbar button");
deditor.handleRun();