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

PixelPaint: Fix typo in variable name

This commit is contained in:
Tim Ledbetter 2022-12-21 07:01:16 +00:00 committed by Sam Atkins
parent a30b956e94
commit 6b3688147f
2 changed files with 4 additions and 4 deletions

View file

@ -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 };
};