Skip to content

Avoid constant repaints of the UI

The UI uses BusyIndicator elements to indicate that some work is being done. Some of these are always present but hidden. This causes the complete UI to be redrawn all the time.

This should be changed and the animation of the BusyIndicator only be enabled when it is actually shown.

Edited by Martin Hoeher