Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Catalyst] Fix Selectors for Menus #20699

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

drasticactions
Copy link
Contributor

@drasticactions drasticactions commented Feb 19, 2024

Description of Change

Setting Static on a ObjC selector breaks it, so we accidentally broke all Menu flyout options for Mac Catalyst, including those bound with Commands and Clicks.

Removing Static fixes it.

Issues Fixed

Fixes #20685

@drasticactions drasticactions requested a review from a team as a code owner February 19, 2024 12:33
@drasticactions drasticactions changed the title Fix Selectors for Menus [Catalyst] Fix Selectors for Menus Feb 19, 2024
@jsuarezruiz jsuarezruiz added platform/macOS 🍏 macOS / Mac Catalyst area-controls-menubar Desktop MenuBarItems labels Feb 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MenuBarItem Commands not working on Mac Catalyst
4 participants