Skip to content

Commit a8abe8e

Browse files
authored
Merge pull request #1172 from aj-m/fix-editorstatus-clear
Properly clear EditorStatus.message with empty()
2 parents 11ecadb + 7103856 commit a8abe8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/ui/Editor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2665,7 +2665,7 @@ public int getStatusMode() {
26652665
* Clear the status area.
26662666
*/
26672667
public void statusEmpty() {
2668-
statusNotice(EMPTY);
2668+
status.empty();
26692669
}
26702670

26712671

0 commit comments

Comments
 (0)