Browse Source

Merge pull request #7979 from olliw42/pr-paramedit-width10bug

Bug in ParameterEditor: 2nd click on group button shrinks mouse area
QGC4.4
Don Gagne 6 years ago committed by GitHub
parent
commit
34413b9964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/QmlControls/ParameterEditor.qml

2
src/QmlControls/ParameterEditor.qml

@ -203,8 +203,8 @@ Item { @@ -203,8 +203,8 @@ Item {
readonly property string groupName: modelData
onClicked: {
if (!checked) _rowWidth = 10
checked = true
_rowWidth = 10
controller.currentCategory = category
controller.currentGroup = groupName
}

Loading…
Cancel
Save