From 76c97f2e5783c82f24cbf03c7279a67f133435dc Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Sun, 6 Dec 2015 21:36:21 +0200 Subject: profilewidget2.cpp: hide the heartbeat graph on an empty state Opening Subsurface for the first time with heartbeat graph visible and then immediately doing File->New shows the logo/background in the profile space while hiding everything except the heartbeat graph. This patch makes sure that the graph is hidden with everything else on an empty profile state. Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- qt-ui/profile/profilewidget2.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt-ui') diff --git a/qt-ui/profile/profilewidget2.cpp b/qt-ui/profile/profilewidget2.cpp index 3ccd1bb6d..9eb1e2194 100644 --- a/qt-ui/profile/profilewidget2.cpp +++ b/qt-ui/profile/profilewidget2.cpp @@ -941,6 +941,8 @@ void ProfileWidget2::setEmptyState() gflineItem->setVisible(false); mouseFollowerHorizontal->setVisible(false); mouseFollowerVertical->setVisible(false); + heartBeatAxis->setVisible(false); + heartBeatItem->setVisible(false); #define HIDE_ALL(TYPE, CONTAINER) \ Q_FOREACH (TYPE *item, CONTAINER) item->setVisible(false); -- cgit v1.2.3-70-g09d2