Skip to content

plugins/shakecursor: Ensure that cursor is magnificated for at least certain amount of time

Vlad Zahorodnii requested to merge work/cherry-pick-788c1867 into Plasma/6.0

If the cursor is magnificated and it's slightly moved so the shake detector returns std::nullopt, the cursor scale will be set back to 1.0 as soon as possible. This is not ideal. Immediately resetting doesn't help with locating the cursor.

Also the cursor scale reset delay has been increased to two seconds to provide more time to see the cursor.

(cherry picked from commit 788c1867)

Merge request reports