(svn r13176) -Fix (r13153): town window was glitchy while opening
authorsmatz
Mon, 19 May 2008 01:50:07 +0000
changeset 10632 d5c2eaf56253
parent 10631 7ec436e86163
child 10633 72128af00ac8
(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()