Use repaint instead of update on the loading animation

remotes/origin/HEAD
Konstantinos Sideris 7 years ago
parent 1f47a6af3a
commit a845ccb8d7
  1. 2
      src/ui/LoadingIndicator.cpp

@ -81,5 +81,5 @@ void
LoadingIndicator::onTimeout() LoadingIndicator::onTimeout()
{ {
angle_ = (angle_ + 45) % 360; angle_ = (angle_ + 45) % 360;
update(); repaint();
} }

Loading…
Cancel
Save