Actions
Bug #109
closedgtk4: Animation update depends on itself
Start date:
01/02/2024
Due date:
% Done:
0%
Estimated time:
Description
gtk4-client update_animation() call is in map_canvas_draw() that itself gets called only if there's already something updated on the map canvas. So, often animation would be triggered only by animation already running. They only run at much later time when something else first triggers the first update to the screen.
Files
Actions