1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-21 10:50:30 +03:00

fix #442,clearZoom of latteApplet after fast hover

This commit is contained in:
Michail Vourlakos 2017-05-03 23:54:38 +03:00
parent 6eb65facca
commit 2e72ed0a5b
2 changed files with 4 additions and 1 deletions

View File

@ -945,6 +945,10 @@ Item {
} else if((index+1)<root.latteAppletPos) {
root.latteApplet.updateScale(0, 1, 0);
}
if (Math.abs(index - root.latteAppletPos) > 2){
root.latteApplet.clearZoom();
}
}
//Left hiddenSpacer

View File

@ -575,7 +575,6 @@ MouseArea{
root.updateScale(root.tasksCount, 1, 0);
}
//Left hiddenSpacer
if(((index === 0 )&&(icList.count > 1)) && !root.disableLeftSpacer){
hiddenSpacerLeft.nScale = leftScale - 1;