Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
666d864e
Commit
666d864e
authored
Jan 15, 2016
by
Don Gagne
Browse files
Merge pull request #2618 from DonLakeFlyer/ScrollReset
Reset Flickable position when new group selected
parents
2f205246
90122722
Changes
1
Show whitespace changes
Inline
Side-by-side
src/QmlControls/ParameterEditor.qml
View file @
666d864e
...
...
@@ -206,6 +206,8 @@ QGCView {
factRowsLoader
.
parameterNames
=
controller
.
getParametersForGroup
(
componentId
,
modelData
)
factRowsLoader
.
sourceComponent
=
factRowsComponent
_currentGroup
=
modelData
factScrollView
.
contentX
=
0
factScrollView
.
contentY
=
0
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment