mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Fix binding loop in PrintCoreConfiguration
Contributes to issue CURA-5876.
This commit is contained in:
parent
1544ab6cf0
commit
780e5e1691
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ Row
|
|||
id: extruderInfo
|
||||
property var printCoreConfiguration
|
||||
|
||||
height: childrenRect.height
|
||||
height: information.height
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
|
||||
//Extruder icon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue