summaryrefslogtreecommitdiff
path: root/src/widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.cpp')
-rw-r--r--src/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.cpp b/src/widget.cpp
index 9d6bba914..737d3d6d5 100644
--- a/src/widget.cpp
+++ b/src/widget.cpp
@@ -123,7 +123,7 @@ void ScrollbarClickHandler(Window *w, const Widget *wi, int x, int y)
}
}
- SetWindowDirty(w);
+ w->SetDirty();
}
/** Returns the index for the widget located at the given position