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:
parent
6eb65facca
commit
2e72ed0a5b
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user