Re: [PATCH 2/3] ui/cocoa: Resize window after toggling zoom-to-fit

2024-03-22 Thread Peter Maydell
On Mon, 18 Mar 2024 at 07:53, Akihiko Odaki wrote: > > Resize the window so that the content will fit without zooming. > > Fixes: 91aa508d0274 ("ui/cocoa: Let the platform toggle fullscreen") > Signed-off-by: Akihiko Odaki > --- > ui/cocoa.m | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH 2/3] ui/cocoa: Resize window after toggling zoom-to-fit

2024-03-18 Thread Akihiko Odaki
Resize the window so that the content will fit without zooming. Fixes: 91aa508d0274 ("ui/cocoa: Let the platform toggle fullscreen") Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/cocoa.m b/ui/cocoa.m index d6a5b462f78b..1324be6d32fe 100644 ---