Skip to content

Workaround Qt 5.15 behavior change

Oded Arbel requested to merge (removed):patch-1 into master

QComboBox from 5.15 would always select an entry when the model has some entries available, which would cause the first tag (alphabetically) to be chosen by default when opening the tag editor. See bug #426800.

Merge request reports