Skip to content

Commit

Permalink
Don't hide Tools button when user is using Parameters Search function
Browse files Browse the repository at this point in the history
  • Loading branch information
junwoo091400 authored and julianoes committed Apr 11, 2024
1 parent ba73f2a commit 60870df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/QmlControls/ParameterEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Item {
anchors.bottom: header.bottom
anchors.right: parent.right
text: qsTr("Tools")
visible: !_searchFilter
onClicked: toolsMenu.popup()
}

Expand Down

0 comments on commit 60870df

Please sign in to comment.