1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-23 14:50:35 +03:00

remove no needed check

This commit is contained in:
Michail Vourlakos 2018-02-18 22:40:00 +02:00
parent 00241dcd8f
commit a018dd8fa8

View File

@ -508,8 +508,7 @@ MouseArea{
fastEnteringFlag = false;
}
if ((icList.hoveredIndex!==-1 || icList.hoveredIndex===index)
&& !root.directRenderTimerIsRunning && !root.globalDirectRender) {
if (icList.hoveredIndex!==-1 && !root.directRenderTimerIsRunning && !root.globalDirectRender) {
fastEnteringFlag = true;
}