From e3720172bf54174a838dd70eb76edd650c6efda6 Mon Sep 17 00:00:00 2001
From: "evgenii.tagiltsev" <tagiltsev.evgenii@gmail.com>
Date: Tue, 8 Oct 2019 22:58:26 +0200
Subject: [PATCH] [*] fixed bug with display of tip

---
 CellFrameDashboardGUI/DapUiQmlScreenHistory.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CellFrameDashboardGUI/DapUiQmlScreenHistory.qml b/CellFrameDashboardGUI/DapUiQmlScreenHistory.qml
index eb8f22e1f..fb8290be3 100644
--- a/CellFrameDashboardGUI/DapUiQmlScreenHistory.qml
+++ b/CellFrameDashboardGUI/DapUiQmlScreenHistory.qml
@@ -240,6 +240,8 @@ DapUiQmlScreenHistoryForm {
             border.color: "#80000000"
             border.width: 1 * pt
         }
+
+        visible: false
     }
 }
 
-- 
GitLab