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

@ -1529,6 +1529,7 @@ void PresetBundle::update_platter_filament_ui(unsigned int idx_extruder, GUI::Pr
}
ui->SetSelection(selected_preset_item);
ui->SetToolTip(ui->GetString(selected_preset_item));
ui->check_selection();
ui->Thaw();
}