Skip to content

macos: fix broken accounting messages and click after moving the window

Arjan Molenaar requested to merge amolenaar/macos-broken-accounting into main

This MR contains a few small fixes for macOS:

  1. Fix "Broken accounting" messages: GdkMacosWindow does not need to explicitly release grabs. It looks like the event flows covers that.
  2. The property NSWindow.showsResizeIndicator is deprecated and doesn't do anything. It's always FALSE, so the code block is never executed.
  3. 0ea35efe fixed an issue with double emission of button release events. However, after that fix, the user had to do an extra click to use the window after moving. The event should be propagated if we performed a (manual) move of the window.

Merge request reports

Loading