Skip to content

scene: Fix animated software cursor not updating

Vlad Zahorodnii requested to merge work/zzag/sw-animated-cursor into master

The Item schedules repaints per scene delegate. Currently, there are no any attached scene delegates when using software cursor, which results in it freezing as soon as it stops moving.

The issue is addressed by using SceneDelegate instead of RenderLayerDelegate.

The proposed code is not great, but on the other hand, the plan is to embed the software cursor in the workspace scene if needed.

BUG: 490440

Merge request reports