(svn r13176) -Fix (r13153): town window was glitchy while opening
authorsmatz
Mon, 19 May 2008 01:50:07 +0000
changeset 9308 b2c24e2cdb7d
parent 9307 c41caf605aea
child 9309 7e9af4c58963
(svn r13176) -Fix (r13153): town window was glitchy while opening
src/town_gui.cpp
--- a/src/town_gui.cpp	Mon May 19 01:10:52 2008 +0000
+++ b/src/town_gui.cpp	Mon May 19 01:50:07 2008 +0000
@@ -305,6 +305,8 @@
 			this->widget[TVW_CHANGENAME].bottom = this->widget[TVW_EXPAND].bottom;
 			this->widget[TVW_CHANGENAME].right = this->widget[TVW_STICKY].right;
 		}
+
+		this->FindWindowPlacementAndResize(desc);
 	}
 
 	virtual void OnPaint()