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
It would be very helpful to have the above patch incorporated into NAppGUI, to implement popup_clear() in macOS - currently I have to keep a local repo of NAppGUI with the fix applied, as my application uses popup_clear() and crashes without this fix.
I needed to have one popup button clear and re-populate another popup button, and discovered that the
popup_clear(...)
does not work on Mac.Checking the code, it's not implemented. Correct by inserting the following code in
ospopup.m : ospopup_elem
, at line 180:This seems to do the trick, but there might be other ramifications as well.
The text was updated successfully, but these errors were encountered: