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:
@ -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;
|
||||
|
Reference in New Issue
Block a user