comment out the debug we know is working so i can read debug from stuff that isn't
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=677928
This commit is contained in:
parent
65f98b0246
commit
f29bc49788
@ -400,7 +400,7 @@ QPixmap Icon::buttonPixmap()
|
||||
|
||||
//paint foreground element
|
||||
if (!element.isEmpty()) {
|
||||
kDebug() << "painting " << element << endl;
|
||||
//kDebug() << "painting " << element << endl;
|
||||
d->svg.resize(pix.size());
|
||||
d->svg.paint(&painter, 0, 0, element);
|
||||
d->svg.resize(boundingRect().size());
|
||||
|
Loading…
Reference in New Issue
Block a user