From 179b924173e250de707102f319da03d609c482b4 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 16 Nov 2009 17:01:25 +0000 Subject: (svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window --- src/window.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-70-g09d2