mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fix binding loop
This commit is contained in:
parent
5c860d9592
commit
1180fad62f
2 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@ Column
|
|||
|
||||
OutputDeviceHeader
|
||||
{
|
||||
width: parent.width
|
||||
outputDevice: connectedDevice
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ Item
|
|||
|
||||
Rectangle
|
||||
{
|
||||
anchors.fill: parent
|
||||
height: childrenRect.height
|
||||
color: UM.Theme.getColor("setting_category")
|
||||
property var activePrinter: outputDevice != null ? outputDevice.activePrinter : null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue