Skip to content
Snippets Groups Projects
Commit 1ef3287e authored by andrey.daragan's avatar andrey.daragan
Browse files

[-] Commented out code removed.

parent cd9f2b9e
No related branches found
No related tags found
1 merge request!37Bugs-3222
This commit is part of merge request !37. Comments created here will be created in the context of that merge request.
......@@ -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] : "") ) :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment