summaryrefslogtreecommitdiff
path: root/src/statusbar_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/statusbar_gui.cpp')
-rw-r--r--src/statusbar_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbar_gui.cpp b/src/statusbar_gui.cpp
index 0ae38c803..17bc3a75a 100644
--- a/src/statusbar_gui.cpp
+++ b/src/statusbar_gui.cpp
@@ -114,7 +114,7 @@ static void StatusBarWndProc(Window *w, WindowEvent *e)
case WE_MESSAGE:
w->message.msg = e->we.message.msg;
- SetWindowDirty(w);
+ w->SetDirty();
break;
case WE_CLICK: