mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fix color update in extruder comboboxes. CURA-3033
This commit is contained in:
parent
f6422769b5
commit
2924d2bf71
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ SettingItem
|
|||
{
|
||||
for(var i = 0; i < extruders_model.rowCount(); ++i)
|
||||
{
|
||||
if(extruders_model.getItem(i).index == propertyProvider.properties.value)
|
||||
if(extruders_model.getItem(i).index == currentIndex)
|
||||
{
|
||||
control.color = extruders_model.getItem(i).color;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue