Fix #110204: Anim Player draws non-uniformly scaled when resizing window #110206

Merged
Philipp Oeser merged 2 commits from lichtwerk/blender:110204 into main 2023-07-18 14:10:19 +02:00

2 Commits

Author SHA1 Message Date
Philipp Oeser 136ba50981 use const 2023-07-18 14:05:21 +02:00
Philipp Oeser 2490716ecf Fix #110204: Anim Player draws non-uniformly scaled when resizing window
Caused by fd3e44492e.

Images were drawn filling the entire window, now use available size/
offset inside the window and pass these as `rctf` to
`draw_display_buffer`.
2023-07-17 14:07:47 +02:00