1
0
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:
Michail Vourlakos 2017-05-04 21:52:48 +03:00
parent 00ce7931dc
commit 6fac93171f

View File

@ -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){