Fix binding loop

CURA-6598
This commit is contained in:
Jaime van Kessel 2019-09-04 17:16:07 +02:00
parent 994e0e53cc
commit 423b4ad869
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 3 additions and 0 deletions

View file

@ -61,6 +61,8 @@ Item
height: textLabel.contentHeight + 2 * UM.Theme.getSize("narrow_margin").height
hoverEnabled: true
baselineOffset: null // If we don't do this, there is a binding loop. WHich is a bit weird, since we override the contentItem anyway...
contentItem: Label
{
id: textLabel