From cec8fe0157b0ab37d4919d0f04c131c11f2c9a9e Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 5 Aug 2011 07:19:55 +0000 Subject: Fix up a few Deep Buttons glitches Add an option to include the clock in the system tray applet Majorly enhance the Quick Launch Kicker applet git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1245129 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kicker/taskbar/taskcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kicker/taskbar') diff --git a/kicker/taskbar/taskcontainer.cpp b/kicker/taskbar/taskcontainer.cpp index ee457bc32..7da0cd50e 100644 --- a/kicker/taskbar/taskcontainer.cpp +++ b/kicker/taskbar/taskcontainer.cpp @@ -771,7 +771,7 @@ void TaskContainer::drawButton(TQPainter *p) } // draw popup arrow - if (m_filteredTasks.count() > 1) + if ((m_filteredTasks.count() > 1) && (!KickerSettings::showDeepButtons())) { TQStyle::PrimitiveElement e = TQStyle::PE_ArrowLeft; -- cgit v1.2.1