Skip to content

macos: Avoid repeatedly sending events back to macOS

Arjan Molenaar requested to merge amolenaar/macos-fix-delayed-rendering into main

Fix the rendering issue outlined in #6642 (closed).

With the fuzzy matching we sometimes send NSevents to the NSApp multiple times, which seems to confuse it. By popping the event off of the queue, we ensure the event only forward once.

Edited by Arjan Molenaar

Merge request reports

Loading