mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Update color indicators for extruders when changing material color - CURA-4641
This commit is contained in:
parent
ce88b9ee67
commit
16e07fc461
2 changed files with 10 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue