mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
PixelPaint: Fix typo in variable name
This commit is contained in:
parent
a30b956e94
commit
6b3688147f
2 changed files with 4 additions and 4 deletions
|
@ -42,7 +42,7 @@ private:
|
|||
Gfx::IntRect m_new_layer_rect;
|
||||
bool m_scaling { false };
|
||||
Optional<ResizeAnchorLocation const> m_resize_anchor_location {};
|
||||
bool m_keep_ascept_ratio { false };
|
||||
bool m_keep_aspect_ratio { false };
|
||||
|
||||
RefPtr<Gfx::Bitmap> m_cached_preview_bitmap { nullptr };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue