diff options
| author | Leifa <26681464+TrickyLeifa@users.noreply.github.com> | 2024-06-22 05:00:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-21 22:00:28 -0500 |
| commit | 4043d97257a386e251ffd83e2db6de562661fa9b (patch) | |
| tree | a84a8b47cf3210492c11721f19f1741734095e2d /src/animationlayer.h | |
| parent | 6c6e46f6fc9d488d9c0a619de7ae8e19541e4cf7 (diff) | |
Fix background scaling and centering (#982)
Fix #978
Diffstat (limited to 'src/animationlayer.h')
| -rw-r--r-- | src/animationlayer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/animationlayer.h b/src/animationlayer.h index 820703d6..c0d9332f 100644 --- a/src/animationlayer.h +++ b/src/animationlayer.h @@ -99,7 +99,6 @@ private: QRect m_frame_rect; QRect m_mask_rect_hint; QRect m_mask_rect; - QRect m_display_rect; QSize m_scaled_frame_size; bool m_processing = false; bool m_pause = false; |
