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:
Boldizsár Lipka 2012-12-09 08:28:21 +00:00
parent bc4594616d
commit 2bc42c5e29

View file

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