File r878487.diff of Package kdebase4-runtime
Subject: oxygen: draw focus rect for old style listviews, eg kmail
From: wstephenson@suse.de
Bug:
Patch-upstream: 878487
--- kstyles/oxygen/oxygen.cpp (revision 878486)
+++ kstyles/oxygen/oxygen.cpp (revision 878487)
@@ -2127,9 +2127,10 @@ void OxygenStyle::drawKStylePrimitive(Wi
p->drawRect(r.adjusted(0,0,-1,-1));
p->setPen(pen);
p->drawRect(r.adjusted(0,0,-1,-1));
+
+ // we don't want the stippled focus indicator in oxygen
+ return;
}
- // we don't want the stippled focus indicator in oxygen
- return;
}
default:
Index: kstyles/oxygen/oxygen.cpp
===================================================================