KDE/kdebase/workspace/libs/plasma

Riccardo Iaconelli riccardo at kde.org
Sun Feb 24 14:35:31 CET 2008


SVN commit 778736 by ruphy:

Make the desktop toolbox ignore zoom-ins and zoom-outs,
and therefore always remain visible and clickable.
Fix celeste's "bug". :-)

Shall it always remain on the top-right corner? I'll let
the panel-devel folks decide.

Signed-off-by: Riccardo Iaconelli <riccardo at kde.org>

CCMAIL: panel-devel at kde.org


 M  +1 -0      desktoptoolbox.cpp  


--- trunk/KDE/kdebase/workspace/libs/plasma/desktoptoolbox.cpp #778735:778736
@@ -87,6 +87,7 @@
     setZValue(10000000);
     setFlag(ItemClipsToShape, true);
     setFlag(ItemClipsChildrenToShape, false);
+    setFlag(ItemIgnoresTransformations, true);
 
     connect(Plasma::Phase::self(), SIGNAL(movementComplete(QGraphicsItem*)), this, SLOT(toolMoved(QGraphicsItem*)));
 }


More information about the Panel-devel mailing list