1
0
Fork 0

(svn r15162) -Fix: the join status window didn't get properly created

release/0.7
rubidium 2009-01-20 11:21:06 +00:00
parent 99b1f1a8f4
commit c9436c8d88
1 changed files with 1 additions and 0 deletions

View File

@ -1800,6 +1800,7 @@ struct NetworkJoinStatusWindow : Window {
NetworkJoinStatusWindow(const WindowDesc *desc) : Window(desc)
{
this->parent = FindWindowById(WC_NETWORK_WINDOW, 0);
this->FindWindowPlacementAndResize(desc);
}
virtual void OnPaint()