Browse Source

bug in ParameterEditor removed, double-ckicking on a group button shrank width of rectangle and thus of mouse area to 10

QGC4.4
olliw42 6 years ago
parent
commit
9c85a5d047
  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