summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.c b/window.c
index 422da787c..3a89dda76 100644
--- a/window.c
+++ b/window.c
@@ -132,6 +132,7 @@ static void DispatchLeftClickEvent(Window *w, int x, int y)
if (w->desc_flags & WDF_RESIZABLE && wi->type == WWT_RESIZEBOX) {
StartWindowSizing(w);
+ InvalidateWidget(w, e.we.click.widget);
return;
}