Skip to content

Commit

Permalink
rev: apply insensitive sorting to unique-value-map candidate attributes
Browse files Browse the repository at this point in the history
gui/modelcomponentlist.cpp
  • Loading branch information
heralex committed Jun 27, 2024
1 parent fa28ca1 commit 130cec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/modelcomponentlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2090,7 +2090,7 @@ void ModelComponentList::mapUniqueValues()
return;
}

sFields.sort();
sFields.sort(Qt::CaseInsensitive);

bool bOk = false;
QString theField = QInputDialog::getItem(this,
Expand Down

0 comments on commit 130cec1

Please sign in to comment.