mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-24 18:03:53 +03:00
dont release zoom when plasmoid context menu is shown
This commit is contained in:
parent
b2df416e1b
commit
0b344be641
@ -1275,7 +1275,7 @@ DragDrop.DropArea {
|
||||
interval: 150;
|
||||
|
||||
onTriggered: {
|
||||
if (latteApplet && latteApplet.previewContainsMouse())
|
||||
if (latteApplet && (latteApplet.previewContainsMouse() || latteApplet.contextMenu))
|
||||
return;
|
||||
|
||||
if (!dock.visibility.containsMouse || (rootMouseArea.containsMouse && !root.editMode)
|
||||
|
@ -884,6 +884,10 @@ Item {
|
||||
enableDirectRenderTimer.stop();
|
||||
|
||||
icList.directRender = false;
|
||||
if(root.latteDock) {
|
||||
root.latteDock.globalDirectRender = false;
|
||||
root.latteDock.clearZoom();
|
||||
}
|
||||
|
||||
root.clearZoom();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user