Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
macOS: Send synthetic cursorUpdate events for utility windows
In faffaa7 we limited our cursor update workaround to key windows, but macOS also sends cursorUpdate events to non-key windows with the NSWindowStyleMaskUtilityWindow style mask, so we include this in our workaround logic from ae8e96d. We include NSWindowStyleMaskTitled in this check, as macOS seems to require a window to be titled to treat it as a utility window. Task-number: QTBUG-96374 Change-Id: I1c54da181acbe472c2f598fec37aeadada3956bb Reviewed-by: Timur Pocheptsov <[email protected]>
- Loading branch information