1
0
Fork 0

(svn r13176) -Fix (r13153): town window was glitchy while opening

release/0.7
smatz 2008-05-19 01:50:07 +00:00
parent fa72187bbf
commit 290cedade2
1 changed files with 2 additions and 0 deletions

View File

@ -305,6 +305,8 @@ struct TownViewWindow : Window {
this->widget[TVW_CHANGENAME].bottom = this->widget[TVW_EXPAND].bottom; this->widget[TVW_CHANGENAME].bottom = this->widget[TVW_EXPAND].bottom;
this->widget[TVW_CHANGENAME].right = this->widget[TVW_STICKY].right; this->widget[TVW_CHANGENAME].right = this->widget[TVW_STICKY].right;
} }
this->FindWindowPlacementAndResize(desc);
} }
virtual void OnPaint() virtual void OnPaint()