1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

DojoDave - 20050905

Changes to make the windows version 0001 pre-alpha work
This commit is contained in:
David Cuartielles
2005-09-05 21:29:26 +00:00
parent fd2b73b164
commit 33c60507aa
3 changed files with 38 additions and 14 deletions

View File

@ -1169,7 +1169,9 @@ public class Editor extends JFrame
} catch (RunnerException e) {
error(e);
}
buttons.clear();
// FIXED: 20050902 - DojoDave
// the clear button requires a the clearRun method instead of only clear!!
buttons.clearRun();
//- if (!sketch.handleRun()) return;