Fixed caching of profile selections at the plater.

This commit is contained in:
bubnikv 2019-03-23 10:04:44 +01:00
parent 4f585f1157
commit 9652e8193a
3 changed files with 3 additions and 5 deletions

View file

@ -988,6 +988,7 @@ void PresetCollection::update_platter_ui(GUI::PresetComboBox *ui)
ui->SetSelection(selected_preset_item);
ui->SetToolTip(ui->GetString(selected_preset_item));
ui->check_selection();
ui->Thaw();
}