From 463584cbcfc03e98f72d4aa018d05bb964b51adb Mon Sep 17 00:00:00 2001
From: "evgenii.tagiltsev" <tagiltsev.evgenii@gmail.com>
Date: Thu, 10 Oct 2019 15:52:20 +0200
Subject: [PATCH] [*] removed commented code

---
 CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml b/CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml
index eddad9189..78c902b66 100644
--- a/CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml
+++ b/CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml
@@ -45,7 +45,7 @@ ComboBox {
             model: customComboBox.popup.visible ? customComboBox.delegateModel : null
             currentIndex: customComboBox.highlightedIndex
 
-//            ScrollIndicator.vertical: ScrollIndicator { }
+            ScrollIndicator.vertical: ScrollIndicator { }
         }
 
         background: Rectangle {
-- 
GitLab