we need to turn the background off here, as well.

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=741921
This commit is contained in:
Aaron J. Seigo 2007-11-26 18:32:25 +00:00
parent f339cb9dcb
commit 9603d8cf57

View File

@ -84,6 +84,7 @@ Containment::Containment(QGraphicsItem* parent,
: Applet(parent, serviceId, containmentId),
d(new Private)
{
setDrawStandardBackground(false);
}
Containment::Containment(QObject* parent, const QVariantList& args)