Commit 666d864e authored by Don Gagne's avatar Don Gagne

Merge pull request #2618 from DonLakeFlyer/ScrollReset

Reset Flickable position when new group selected
parents 2f205246 90122722
......@@ -206,6 +206,8 @@ QGCView {
factRowsLoader.parameterNames = controller.getParametersForGroup(componentId, modelData)
factRowsLoader.sourceComponent = factRowsComponent
_currentGroup = modelData
factScrollView.contentX = 0
factScrollView.contentY = 0
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment