From 2aed9075254470fbd4ea8a1bdff228300b86fc27 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 --- profile-widget/profilewidget2.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'profile-widget') diff --git a/profile-widget/profilewidget2.cpp b/profile-widget/profilewidget2.cpp index 1e8f38ed6..3bf147b0f 100644 --- a/profile-widget/profilewidget2.cpp +++ b/profile-widget/profilewidget2.cpp @@ -974,6 +974,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