From 57caaca1a58415e7e54fa5f953abafc5e0ad4912 Mon Sep 17 00:00:00 2001 From: "littletux89@gmail.com" <littletux89@gmail.com> Date: Thu, 30 Jan 2020 16:43:23 +0300 Subject: [PATCH] [+] Edits made. --- widgets/DapComboBox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/DapComboBox.qml b/widgets/DapComboBox.qml index 3698dd7..7b11afa 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) -- GitLab