|
|
@ -101,7 +101,7 @@ void SystemTray::mousePressEvent(TQMouseEvent *e)
|
|
|
|
KSystemTray::mousePressEvent(e);
|
|
|
|
KSystemTray::mousePressEvent(e);
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
case MidButton:
|
|
|
|
case MidButton:
|
|
|
|
if(!TQT_TQRECT_OBJECT(rect()).contains(e->pos()))
|
|
|
|
if(!rect().contains(e->pos()))
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
actionCollection()->action("trayplay")->activate();
|
|
|
|
actionCollection()->action("trayplay")->activate();
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|