Set restore flag on some windows (bugs # 25662 abd #25664)
This commit is contained in:
parent
93f5b0c8b2
commit
89c4d10f59
2 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@ statistics_dialog::statistics_dialog(const team& current_team)
|
|||
, scenario_index_(scenarios_.size() - 1)
|
||||
, main_stat_table_()
|
||||
{
|
||||
set_restore(true);
|
||||
}
|
||||
|
||||
void statistics_dialog::pre_show(window& window)
|
||||
|
|
|
@ -86,6 +86,7 @@ unit_create::unit_create()
|
|||
, choice_(last_chosen_type_id)
|
||||
, last_words_()
|
||||
{
|
||||
set_restore(true);
|
||||
}
|
||||
|
||||
void unit_create::pre_show(window& window)
|
||||
|
|
Loading…
Add table
Reference in a new issue