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

Fix issues with non-keyed encoding/decoding of NSPopUpButton #322

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

gcasa
Copy link
Member

@gcasa gcasa commented Nov 27, 2024

The pull down functionality of the NSPopUpButton appears to be broken when creating a gorm file. This doesn't seem to be a problem when decoding a XIB file so. I have narrowed it down to the non keyed encoding logic and incomplete support and set up in Gorm when creating the widget.

@@ -609,6 +609,7 @@ - (NSImage *) _currentArrowImage

if (_pbcFlags.preferredEdge == NSMaxYEdge)
{
NSLog(@"\tDOWN ARROW!!!!!!");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a leftover.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still debugging that's why I made it a draft. This issue is really irking me. 🤨

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

Successfully merging this pull request may close these issues.

2 participants