Skip to content

Commit 33f13d2

Browse files
author
Federico Fissore
committed
Editor: highlights cleared also on upload. Fixes #3253
1 parent 0956f5d commit 33f13d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/Editor.java

+1
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,7 @@ class DefaultExportHandler implements Runnable {
25192519
public void run() {
25202520

25212521
try {
2522+
textarea.removeAllLineHighlights();
25222523
if (serialMonitor != null) {
25232524
serialMonitor.suspend();
25242525
}

0 commit comments

Comments
 (0)