mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Editor: highlights cleared also on upload. Fixes #3253
This commit is contained in:
parent
0956f5da25
commit
33f13d25f8
@ -2519,6 +2519,7 @@ public class Editor extends JFrame implements RunnerListener {
|
||||
public void run() {
|
||||
|
||||
try {
|
||||
textarea.removeAllLineHighlights();
|
||||
if (serialMonitor != null) {
|
||||
serialMonitor.suspend();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user