SVN commit 560545 by giessl: actually r560540 was the wrong log message and should only be committed now: - since the tabbar scroller is painted by the toolbutton primitive, this needs to be supported in ToolButton::Panel M +2 -2 plastik.cpp --- trunk/KDE/kdelibs/kstyles/plastik/plastik.cpp #560544:560545 @@ -1562,8 +1562,8 @@ { case ToolButton::Panel: { -// if (flags&State_Enabled) - renderButton(p, r, pal, flags&State_Sunken||flags&State_On); + renderButton(p, r, pal, flags&State_Sunken||flags&State_On, + false, true, flags&State_Enabled); return; }