Hide/unhide the password, modifications and options button...
...in mp::create::hide_children(). Hopefully fixes reported visual glitches with those widgets.
This commit is contained in:
parent
bc4594616d
commit
2bc42c5e29
1 changed files with 3 additions and 0 deletions
|
@ -769,10 +769,13 @@ void create::hide_children(bool hide)
|
|||
shuffle_sides_.hide(hide);
|
||||
cancel_game_.hide(hide);
|
||||
launch_game_.hide(hide);
|
||||
options_.hide(hide);
|
||||
regenerate_map_.hide(hide || generator_ == NULL);
|
||||
generator_settings_.hide(hide || generator_ == NULL);
|
||||
|
||||
era_combo_.hide(hide);
|
||||
choose_mods_.hide(hide);
|
||||
password_button_.hide(hide);
|
||||
vision_combo_.hide(hide);
|
||||
name_entry_.hide(hide);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue