mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
Use repaint instead of update on the loading animation
This commit is contained in:
parent
1f47a6af3a
commit
a845ccb8d7
1 changed files with 1 additions and 1 deletions
|
@ -81,5 +81,5 @@ void
|
||||||
LoadingIndicator::onTimeout()
|
LoadingIndicator::onTimeout()
|
||||||
{
|
{
|
||||||
angle_ = (angle_ + 45) % 360;
|
angle_ = (angle_ + 45) % 360;
|
||||||
update();
|
repaint();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue