mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 12:39:11 +00:00
(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that.
This commit is contained in:
@@ -1354,7 +1354,6 @@ struct NetworkLobbyWindow : public Window {
|
||||
this->CreateNestedTree();
|
||||
this->vscroll = this->GetScrollbar(WID_NL_SCROLLBAR);
|
||||
this->FinishInitNested(WN_NETWORK_WINDOW_LOBBY);
|
||||
this->OnResize();
|
||||
}
|
||||
|
||||
CompanyID NetworkLobbyFindCompanyIndex(byte pos) const
|
||||
|
Reference in New Issue
Block a user