mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-05 12:58:18 +03:00
dont handle latte containment as appler for menu
This commit is contained in:
parent
f2375e6f1f
commit
f9b475cc8a
@ -214,7 +214,7 @@ bool DockMenuManager::mousePressEvent(QMouseEvent *event)
|
|||||||
|
|
||||||
//qDebug() << "5 ...";
|
//qDebug() << "5 ...";
|
||||||
|
|
||||||
if (applet) {
|
if (applet && applet != m_dockView->containment()) {
|
||||||
//qDebug() << "5.3 ...";
|
//qDebug() << "5.3 ...";
|
||||||
emit applet->contextualActionsAboutToShow();
|
emit applet->contextualActionsAboutToShow();
|
||||||
addAppletActions(desktopMenu, applet, event);
|
addAppletActions(desktopMenu, applet, event);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user