You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems calling appkit.View#SetContentHuggingPriorityForOrientation with any value (regardless of appkit.LayoutPriority const), causes this exception. Whether value is positive or not. Int or float. Not sure what's going on here.
Maybe the next step is to write some code in Objective-C (using cgo) to call this and see if it still happens.
Until then, this is preventing form and layout examples to work and could be an issue elsewhere in bindings.
The text was updated successfully, but these errors were encountered:
Seems calling
appkit.View#SetContentHuggingPriorityForOrientation
with any value (regardless ofappkit.LayoutPriority
const), causes this exception. Whether value is positive or not. Int or float. Not sure what's going on here.Maybe the next step is to write some code in Objective-C (using cgo) to call this and see if it still happens.
Until then, this is preventing form and layout examples to work and could be an issue elsewhere in bindings.
The text was updated successfully, but these errors were encountered: