Fixed preset selection after ConfigWizard running

This commit is contained in:
YuSanka 2019-03-15 14:21:32 +01:00
parent bc3036d777
commit 6548a6d525
3 changed files with 26 additions and 5 deletions

View file

@ -148,9 +148,6 @@ void config_wizard(int reason)
_(L("Please check and fix your object list.")),
_(L("Attention!")));
}
// Load the currently selected preset into the GUI, update the preset selection box.
// wxGetApp().load_current_presets(); // #ys_FIXME_to_delete presets are loaded now in select_preset function
}
// opt_index = 0, by the reason of zero-index in ConfigOptionVector by default (in case only one element)