Update color indicators for extruders when changing material color - CURA-4641

This commit is contained in:
ChrisTerBeke 2017-11-29 10:47:39 +01:00
parent ce88b9ee67
commit 16e07fc461
2 changed files with 10 additions and 33 deletions

View file

@ -72,7 +72,7 @@ Column
orientation: ListView.Horizontal
model: Cura.ExtrudersModel { id: extrudersModel; addGlobal: false }
model: Cura.ExtrudersModel { id: extrudersModel; }
Connections
{
@ -185,6 +185,8 @@ Column
// Only draw the filling colour of the material inside the SVG border.
Rectangle
{
id: materialColorCircle
anchors
{
right: parent.right