mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 06:52:01 +08:00
Fixed broken perobject setting panel
CURA-1725
This commit is contained in:
parent
004a000d51
commit
1bab4032fd
@ -102,7 +102,11 @@ SettingItem
|
||||
}
|
||||
}
|
||||
|
||||
onActivated: { forceActiveFocus(); provider.setPropertyValue("value", extruders_model.getItem(index).index) };
|
||||
onActivated:
|
||||
{
|
||||
forceActiveFocus();
|
||||
provider.setPropertyValue("value", extruders_model.getItem(index).index)
|
||||
}
|
||||
onModelChanged: updateCurrentIndex();
|
||||
|
||||
Connections
|
||||
|
Loading…
x
Reference in New Issue
Block a user