if the applet is already in another containment, don't re-animate it as if it were new
svn path=/trunk/KDE/kdelibs/; revision=908501
This commit is contained in:
parent
4e6da919f3
commit
c5e44c35d2
@ -732,7 +732,7 @@ void Containment::addApplet(Applet *applet, const QPointF &pos, bool delayInit)
|
||||
applet->setPos(pos);
|
||||
}
|
||||
|
||||
if (delayInit) {
|
||||
if (delayInit || currentContainment) {
|
||||
if (containmentType() == DesktopContainment) {
|
||||
applet->installSceneEventFilter(this);
|
||||
//applet->setWindowFlags(Qt::Window);
|
||||
|
Loading…
x
Reference in New Issue
Block a user