Editor: highlights cleared also on upload. Fixes #3253

This commit is contained in:
Federico Fissore 2015-06-01 09:28:30 +02:00
parent 0956f5da25
commit 33f13d25f8
1 changed files with 1 additions and 0 deletions

View File

@ -2519,6 +2519,7 @@ public class Editor extends JFrame implements RunnerListener {
public void run() {
try {
textarea.removeAllLineHighlights();
if (serialMonitor != null) {
serialMonitor.suspend();
}