Skip to content

Synchronise busy indicator start points

David Edmundson requested to merge work/busy_indicator into master

Right now having multiple busy indicators on screen shows them all at different angles which can look a bit sloppy.

We still want to use the animator classes as this keeps updates on the render thread, so this class sets the start point whenever the busy indicator is started based on the system clock. This also implicitly syncs indicators across processes.

Merge request reports