Changeset - r13586:6a799b6a5c13
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-11-16 17:01:25
rubidium@openttd.org
(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/window.cpp
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)