mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:07:34 +00:00
WindowServer: Fix animations not triggering rendering
When starting the first animation and while animations are ongoing we need to make sure we trigger rendering.
This commit is contained in:
parent
ab88f4e082
commit
85bb13e081
3 changed files with 21 additions and 5 deletions
|
@ -29,6 +29,7 @@ void Animation::start()
|
|||
{
|
||||
m_running = true;
|
||||
m_timer.start();
|
||||
Compositor::the().animation_started({});
|
||||
}
|
||||
|
||||
void Animation::stop()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue