mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 10:50:30 +03:00
clear zoom for latte applet from far applets
This commit is contained in:
parent
00ce7931dc
commit
6fac93171f
@ -920,6 +920,9 @@ Item {
|
||||
else
|
||||
root.updateScale(index+2, 1 ,0);
|
||||
|
||||
if (root.latteApplet && Math.abs(index - root.latteAppletPos) > 2){
|
||||
root.latteApplet.clearZoom();
|
||||
}
|
||||
|
||||
//Left hiddenSpacer
|
||||
if(container.startEdge){
|
||||
|
Loading…
x
Reference in New Issue
Block a user