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:
parent
00241dcd8f
commit
a018dd8fa8
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user