Browse Source

Don't hide Tools button when user is using Parameters Search function

QGC4.4
Junwoo Hwang 3 years ago committed by Julian Oes
parent
commit
60870dfef7
No known key found for this signature in database
GPG Key ID: F0ED380FEA56DE41
  1. 1
      src/QmlControls/ParameterEditor.qml

1
src/QmlControls/ParameterEditor.qml

@ -95,7 +95,6 @@ Item { @@ -95,7 +95,6 @@ Item {
anchors.bottom: header.bottom
anchors.right: parent.right
text: qsTr("Tools")
visible: !_searchFilter
onClicked: toolsMenu.popup()
}

Loading…
Cancel
Save