mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
editor status update fix
This commit is contained in:
@@ -249,7 +249,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
}
|
||||
|
||||
updatePaintedThingys();
|
||||
|
||||
updateEditorStatus();
|
||||
if (pauseThread)
|
||||
continue;
|
||||
if(textModified.get() == 0)
|
||||
@@ -717,7 +717,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
textModified.set(5);
|
||||
lastTab = currentTab;
|
||||
editor.getTextArea().repaint();
|
||||
updateEditorStatus();
|
||||
editor.statusEmpty();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user