Re: [PATCH v2 1/3] ui/cocoa: Fix aspect ratio

2024-03-24 Thread Peter Maydell
On Sat, 23 Mar 2024 at 06:20, Akihiko Odaki wrote: > > [NSWindow setContentAspectRatio:] does not trigger window resize itself, > so the wrong aspect ratio will persist if nothing resizes the window. > Call [NSWindow setContentSize:] in such a case. > > Fixes: 91aa508d0274 ("ui/cocoa: Let the plat

[PATCH v2 1/3] ui/cocoa: Fix aspect ratio

2024-03-22 Thread Akihiko Odaki
[NSWindow setContentAspectRatio:] does not trigger window resize itself, so the wrong aspect ratio will persist if nothing resizes the window. Call [NSWindow setContentSize:] in such a case. Fixes: 91aa508d0274 ("ui/cocoa: Let the platform toggle fullscreen") Signed-off-by: Akihiko Odaki --- ui/