summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 34a6b2bcd..09b0e9150 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -519,6 +519,7 @@ void Window::ReInit(int rx, int ry)
ResizeWindow(this, dx, dy);
this->OnResize();
+ this->SetDirty();
}
/** Find the Window whose parent pointer points to this window