Skip to content

馃崚applets/taskmanager: reset animating property on mouse enter

Fushan Wen requested to merge work/cherry-pick-67886ca2 into Plasma/6.0

TaskList Grid move during a SequentialAnimation sets an later removes "animating" property. Sometimes (e.g. session restore) this animation fails to complete and then "animating" property remains true. This prevents drag'n'drop with mouse, as MouseHandler onPositionChanged skips everything if "animating" property is set.

BUG:465377 FIXED-IN: 6.0

(cherry picked from commit 67886ca2)

Merge request reports