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

QuickShow: Do not reset the panning on 100% zoom.

This commit is contained in:
Oleg Sikorskiy 2021-03-15 22:50:46 +03:00 committed by Andreas Kling
parent ee64c814c6
commit 33bd18f308
2 changed files with 9 additions and 5 deletions

View file

@ -74,6 +74,7 @@ private:
void relayout();
void resize_window();
void reset_view();
String m_path;
RefPtr<Gfx::Bitmap> m_bitmap;