From 1ef3287e2c38a327e5f57df40bfb1c39905365ac Mon Sep 17 00:00:00 2001 From: "andrey.daragan" <daragan.andrey@demlabs.net> Date: Tue, 3 Mar 2020 13:08:17 +0000 Subject: [PATCH] [-] Commented out code removed. --- widgets/DapComboBoxForm.ui.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/widgets/DapComboBoxForm.ui.qml b/widgets/DapComboBoxForm.ui.qml index dfc27dc..082ab13 100644 --- a/widgets/DapComboBoxForm.ui.qml +++ b/widgets/DapComboBoxForm.ui.qml @@ -136,9 +136,6 @@ ComboBox Text { anchors.verticalCenter: parent.verticalCenter - /*text: (popup.visible) ? - (index < mainRow.length ? mainRow[index] : ""): - mainLineText*/ text: (popup.visible) ? (dapComboBox.currentIndex === -1 ? mainLineText : (index < mainRow.length ? mainRow[index] : "") ) : -- GitLab