Skip to content
New issue

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

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

Already on GitHub? # to your account

NSToolbar is off by default in GNUstep and on by default on macOS #269

Open
gcasa opened this issue May 4, 2024 · 0 comments
Open

NSToolbar is off by default in GNUstep and on by default on macOS #269

gcasa opened this issue May 4, 2024 · 0 comments

Comments

@gcasa
Copy link
Member

gcasa commented May 4, 2024

When you add a toolbar as in this example:

https://github.com/gcasa/NSMenuToolbarItem_test

You must do the following on GNUstep:

[toobar setVisible: YES];

for the toolbar to show. On macOS this step is not needed. This is a behavioral difference, not necessarily a bug. I am documenting it here so that we can consider aligning the behavior with macOS.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

1 participant