correctly open the initial tab (#8889)
This commit is contained in:
parent
92d66554dd
commit
e262954c13
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ void game_version::pre_show(window& window)
|
|||
// Set-up page stack and auxiliary controls last.
|
||||
//
|
||||
|
||||
tabs.select_tab(0);
|
||||
tabs.select_tab(start_page_);
|
||||
}
|
||||
|
||||
void game_version::browse_directory_callback(const std::string& path)
|
||||
|
|
Loading…
Add table
Reference in a new issue