changeset 13596:74cd704c04a9 draft

(svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window
author rubidium <rubidium@openttd.org>
date Mon, 16 Nov 2009 17:01:25 +0000
parents 359508f4dd22
children 706013b8e441
files src/window.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -519,6 +519,7 @@
 
 	ResizeWindow(this, dx, dy);
 	this->OnResize();
+	this->SetDirty();
 }
 
 /** Find the Window whose parent pointer points to this window