mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Fix: Per mesh setting combobox did not save selected option
CURA-4760
This commit is contained in:
parent
0722465fb9
commit
117c467829
2 changed files with 11 additions and 0 deletions
|
@ -324,6 +324,8 @@ Item {
|
|||
// force updating the model to sync it with addedSettingsModel
|
||||
if(visible)
|
||||
{
|
||||
// Set skip setting, it will prevent from restting selected mesh_type
|
||||
contents.model.visibilityHandler.setSkipSetting(meshTypeSelection.model.get(meshTypeSelection.currentIndex).type)
|
||||
listview.model.forceUpdate()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue