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

pull/155/head
rubidium 15 years ago
parent f3043f2006
commit c63b6887ef

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

Loading…
Cancel
Save