1
0
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:
frosch
2013-06-30 14:34:23 +00:00
parent e184b9799c
commit df732f2bae
2 changed files with 2 additions and 5 deletions

View File

@@ -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