mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:58:58 +08:00
Fix binding loop
This commit is contained in:
parent
5c860d9592
commit
1180fad62f
@ -26,7 +26,6 @@ Column
|
|||||||
|
|
||||||
OutputDeviceHeader
|
OutputDeviceHeader
|
||||||
{
|
{
|
||||||
width: parent.width
|
|
||||||
outputDevice: connectedDevice
|
outputDevice: connectedDevice
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ Item
|
|||||||
|
|
||||||
Rectangle
|
Rectangle
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
height: childrenRect.height
|
||||||
color: UM.Theme.getColor("setting_category")
|
color: UM.Theme.getColor("setting_category")
|
||||||
property var activePrinter: outputDevice != null ? outputDevice.activePrinter : null
|
property var activePrinter: outputDevice != null ? outputDevice.activePrinter : null
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user