diff --git a/desktoptoolbox.cpp b/desktoptoolbox.cpp index 1814df5a0..3af8d79f0 100644 --- a/desktoptoolbox.cpp +++ b/desktoptoolbox.cpp @@ -104,6 +104,7 @@ DesktopToolBox::DesktopToolBox(QGraphicsItem *parent) d(new DesktopToolBoxPrivate) { connect(Plasma::Animator::self(), SIGNAL(movementFinished(QGraphicsItem*)), this, SLOT(toolMoved(QGraphicsItem*))); + connect(this, SIGNAL(toggled()), this, SLOT(toggle())); setZValue(10000000); setFlag(ItemClipsToShape, true);