1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 11:47:35 +00:00
serenity/Userland/Applications/ImageViewer
DragonAlex98 47ec5cf340 ImageViewer: Stop animation timer when deleting/changing image
Previously deleting an animated image wouldn't make the animation timer
stop. This resulted in the animation still running in the ViewWidget.

Moreover the timer wasn't stopped when loading different images, which
led to high CPU usage when going from an animated image to a
non-animated one.
2021-05-16 16:22:21 +01:00
..
CMakeLists.txt ImageViewer: Sandbox image decoding using the ImageDecoder service :^) 2021-05-14 21:02:18 +02:00
main.cpp ImageViewer: Disable image actions when there is no image 2021-05-16 16:22:21 +01:00
ViewWidget.cpp ImageViewer: Stop animation timer when deleting/changing image 2021-05-16 16:22:21 +01:00
ViewWidget.h ImageViewer: Disable image actions when there is no image 2021-05-16 16:22:21 +01:00