On Sunday 18 January 2009 09:34:49 David Baron wrote:
> void MyApplet::mousePressEvent ( QGraphicsSceneMouseEvent *ev ) {
>     if  ( signalsBlocked() ) {
>         Plasma::Applet::mousePressEvent( ev );
>         return;
>     }..........

I tried what you proposed... but the above doesn't work with drag/move 
operations... :-(
If I click and hold on the applet , instead of moving my popup menu appears... 
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to