mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
editor status repaint
This commit is contained in:
@@ -677,12 +677,12 @@ public class ErrorCheckerService implements Runnable{
|
||||
*/
|
||||
public void updatePaintedThingy() {
|
||||
editor.getTextArea().repaint();
|
||||
updateEditorStatus();
|
||||
currentTab = editor.getSketch().getCodeIndex(
|
||||
editor.getSketch().getCurrentCode());
|
||||
if (currentTab != lastTab) {
|
||||
lastTab = currentTab;
|
||||
editor.updateErrorBar(problemsList);
|
||||
updateEditorStatus();
|
||||
editor.updateErrorBar(problemsList);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user