Skip to content

Commit

Permalink
Make value map value filtering case insensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 19, 2024
1 parent fff9385 commit 1742575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qml/editorwidgets/ValueMap.qml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ EditorWidgetBase {

ValueMapModel {
id: listModel
filterCaseSensitivity: Qt.CaseInsensitive
onMapChanged: {
comboBox.currentIndex = keyToIndex(valueMap.currentKeyValue)
}
Expand Down

0 comments on commit 1742575

Please sign in to comment.