(svn r15162) -Fix: the join status window didn't get properly created
This commit is contained in:
@@ -1800,6 +1800,7 @@ struct NetworkJoinStatusWindow : Window {
|
|||||||
NetworkJoinStatusWindow(const WindowDesc *desc) : Window(desc)
|
NetworkJoinStatusWindow(const WindowDesc *desc) : Window(desc)
|
||||||
{
|
{
|
||||||
this->parent = FindWindowById(WC_NETWORK_WINDOW, 0);
|
this->parent = FindWindowById(WC_NETWORK_WINDOW, 0);
|
||||||
|
this->FindWindowPlacementAndResize(desc);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void OnPaint()
|
virtual void OnPaint()
|
||||||
|
Reference in New Issue
Block a user