diff --git a/window.c b/window.c index 422da787c6..3a89dda763 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; }