From 0033619d3c4dae176e679bc3320afe03e9d4e0d1 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Fri, 3 Sep 2010 15:36:00 +0200 Subject: Fixes the multiple preview/walet bars in a single tab. This also adds a colorful blink effect when an already visible bar is requested again. --- src/walletbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/walletbar.cpp') diff --git a/src/walletbar.cpp b/src/walletbar.cpp index f02c74b8..c2397da9 100644 --- a/src/walletbar.cpp +++ b/src/walletbar.cpp @@ -43,7 +43,7 @@ WalletBar::WalletBar(QWidget *parent) - : QWidget(parent) + : NotificationBar(parent) , m_label(new QLabel(this)) { m_label->setWordWrap(true); -- cgit v1.2.1