Skip to content

Guard against cursor theme changing in animation timer

David Edmundson requested to merge work/anim_cursor_fix into master

PreviewWidget has a timer that advances to the next frame of the current cursor.

"current" can change in setTheme, we need to stop the animation timer

BUG: 456526

Merge request reports