mirror of
https://github.com/processing/processing4.git
synced 2026-01-23 00:11:07 +01:00
Merge pull request #1172 from aj-m/fix-editorstatus-clear
Properly clear EditorStatus.message with empty()
This commit is contained in:
@@ -2665,7 +2665,7 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
* Clear the status area.
|
||||
*/
|
||||
public void statusEmpty() {
|
||||
statusNotice(EMPTY);
|
||||
status.empty();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user