Mailinglist Archive: opensuse-kde3 (24 mails)
| < Previous | Next > |
[opensuse-kde3] Taskbar bug
- From: Ilya Chernykh <neptunia@xxxxxxx>
- Date: Sat, 12 Feb 2011 02:12:34 +0300
- Message-id: <201102120212.34919.neptunia@mail.ru>
This is [url]http://websvn.kde.org/?view=revision&revision=406411[/url] a
personal commit by Aaron Seigo after which the buttons on the taskbar in KDE
3.4 ceased to be visually pushed, when using the Classic mode.
The key line in file kicker/taskbar/taskcontainer.cpp before:
style().drawPrimitive(QStyle::PE_HeaderSection, p, QRect(0, 0, width(),
height()), colors, sunken ? QStyle::Style_Down : QStyle::Style_Raised);
after:
style().drawPrimitive(QStyle::PE_HeaderSection, p, QRect(0, 0, width(),
height()), colors)
After reverting this change and restoring the removed parameter to the
function the taskbar works well again.
The fixed packages will be available in KDE:KDE3 repository as soon as the
repo rebuilds.
--
To unsubscribe, e-mail: opensuse-kde3+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde3+help@xxxxxxxxxxxx
personal commit by Aaron Seigo after which the buttons on the taskbar in KDE
3.4 ceased to be visually pushed, when using the Classic mode.
The key line in file kicker/taskbar/taskcontainer.cpp before:
style().drawPrimitive(QStyle::PE_HeaderSection, p, QRect(0, 0, width(),
height()), colors, sunken ? QStyle::Style_Down : QStyle::Style_Raised);
after:
style().drawPrimitive(QStyle::PE_HeaderSection, p, QRect(0, 0, width(),
height()), colors)
After reverting this change and restoring the removed parameter to the
function the taskbar works well again.
The fixed packages will be available in KDE:KDE3 repository as soon as the
repo rebuilds.
--
To unsubscribe, e-mail: opensuse-kde3+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde3+help@xxxxxxxxxxxx
| < Previous | Next > |