Skip to content
Snippets Groups Projects
Commit a845ccb8 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Use repaint instead of update on the loading animation

parent 1f47a6af
No related branches found
No related tags found
No related merge requests found
......@@ -81,5 +81,5 @@ void
LoadingIndicator::onTimeout()
{
angle_ = (angle_ + 45) % 360;
update();
repaint();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment