1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 10:18:15 +09:00
ladybird/Userland/Applications/ImageViewer
Nícolas F. R. A. Prado 72f1e23e6b ImageViewer: Use scaled image size when resizing window to fit it
When the image is flipped or rotated, the window is resized to ensure
that the image still fits in the frame. However, currently the original
bitmap rect is used, which doesn't take into account the scaling
factor. Fix this by using the scaled rect instead.
2021-10-19 18:24:20 +02:00
..
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
main.cpp ImageViewer: Enable and disable navigation 2021-09-13 23:46:16 +04:30
ViewWidget.cpp ImageViewer: Use scaled image size when resizing window to fit it 2021-10-19 18:24:20 +02:00
ViewWidget.h ImageViewer: Enable and disable navigation 2021-09-13 23:46:16 +04:30