mirror of https://github.com/OpenTTD/OpenTTD
(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window
parent
e7dd53dffc
commit
179b924173
|
@ -519,6 +519,7 @@ void Window::ReInit(int rx, int ry)
|
||||||
|
|
||||||
ResizeWindow(this, dx, dy);
|
ResizeWindow(this, dx, dy);
|
||||||
this->OnResize();
|
this->OnResize();
|
||||||
|
this->SetDirty();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Find the Window whose parent pointer points to this window
|
/** Find the Window whose parent pointer points to this window
|
||||||
|
|
Loading…
Reference in New Issue