Skip to content
Snippets Groups Projects
Commit 4d35747a authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Pierre Lamot
Browse files

qml: fix invalid property access in ExpandGridView

parent 2e1d7e29
No related branches found
No related tags found
1 merge request!165qml: fix error messages
......@@ -417,7 +417,8 @@ NavigableFocusScope {
Loader {
id: footerItemLoader
focus: item.focus
focus: status == Loader.Ready ? item.focus : false
y: root.topMargin + root.headerHeight + (root._effectiveCellHeight * (Math.ceil(model.count / getNbItemsPerRow()))) +
_expandItemVerticalSpace
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment