From 8a9ebf29a20cb4f01e4a5f277b071e498e05ec51 Mon Sep 17 00:00:00 2001 From: fourtf Date: Tue, 5 Jun 2018 19:17:59 +0200 Subject: [PATCH] fixed SplitHeader tooltip not showing (hard one) --- src/widgets/helper/splitheader.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/helper/splitheader.cpp b/src/widgets/helper/splitheader.cpp index 8f57ca7c5..389c7af1f 100644 --- a/src/widgets/helper/splitheader.cpp +++ b/src/widgets/helper/splitheader.cpp @@ -212,7 +212,6 @@ void SplitHeader::updateChannelText() this->isLive = false; this->titleLabel->setText(title); - this->tooltip = ""; } void SplitHeader::updateModerationModeIcon()