(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window

This commit is contained in:
rubidium 2009-11-16 17:01:25 +00:00
parent e7dd53dffc
commit 179b924173
1 changed files with 1 additions and 0 deletions

View File

@ -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