Fix: Per mesh setting combobox did not save selected option

CURA-4760
This commit is contained in:
Aleksei S 2018-01-09 09:39:15 +01:00
parent 0722465fb9
commit 117c467829
2 changed files with 11 additions and 0 deletions

View file

@ -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()
}
}