diff options
-rw-r--r-- | src/window.cpp | 1 |
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 |