1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-20 02:42:42 +01:00

(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

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