diff --git a/widgets/DapComboBox.qml b/widgets/DapComboBox.qml index 3698dd704e05b57b625c5be5dd3762211e12358a..7b11afa91126af7e7371c4caa1018df4e5d7fc6e 100644 --- a/widgets/DapComboBox.qml +++ b/widgets/DapComboBox.qml @@ -44,7 +44,7 @@ DapComboBoxForm id: tm font: fontComboBox elide: Text.ElideRight - text: modelData + text: currentText elideWidth: { if(index != currentIndex)