mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:57:44 +00:00
ImageViewer: Don't resize window on image rotation or flip
This commit is contained in:
parent
fd0b809d54
commit
5cceae821d
2 changed files with 9 additions and 8 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
void set_scaled_for_first_image(bool val) { m_scaled_for_first_image = val; }
|
||||
void set_path(DeprecatedString const& path);
|
||||
void resize_window();
|
||||
void scale_image_for_window();
|
||||
void set_scaling_mode(Gfx::Painter::ScalingMode);
|
||||
|
||||
bool is_next_available() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue