Skip to content

Commit 488f733

Browse files
authored
core.Row: notify row height updates (#260)
1 parent eedbd6d commit 488f733

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/Row.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Layout {
5252
var update = this._scheduleLayout.bind(this)
5353
child.onChanged('recursiveVisible', update)
5454
child.onChanged('width', update)
55+
child.onChanged('height', update)
5556
child.on('anchorsMarginsUpdated', update)
5657
this._scheduleLayout()
5758
}

0 commit comments

Comments
 (0)