1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:47:44 +00:00

WindowServer: Restore cursor animation

This regressed in 6edc0cf5ab.
This commit is contained in:
Karol Kosek 2023-02-11 14:31:51 +01:00 committed by Linus Groh
parent db80425a65
commit 421b1eee49

View file

@ -933,6 +933,7 @@ void Compositor::change_cursor(Cursor const* cursor)
m_current_cursor_frame = 0;
invalidate_cursor(true);
});
m_cursor_timer->start();
}
}