qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] ui/cocoa: Fix window clipping on macOS 14


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2] ui/cocoa: Fix window clipping on macOS 14
Date: Mon, 26 Feb 2024 09:11:02 +0100
User-agent: Mozilla Thunderbird

On 24/2/24 15:06, David Parsons wrote:
macOS Sonoma changes the NSView.clipsToBounds to false by default
where it was true in earlier version of macOS. This causes the window
contents to be occluded by the frame at the top of the window. This
fixes the issue by conditionally compiling the clipping on Sonoma to
true. NSView only exposes the clipToBounds in macOS 14 and so has
to be fixed via conditional compilation.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1994
Signed-off-by: David Parsons <dave@daveparsons.net>
---
  ui/cocoa.m | 7 +++++++
  1 file changed, 7 insertions(+)

Patch queued, thanks!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]