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
Previous logic assumed that the parent of the input UI object is the
UI Figure, which is an incorrect assumption. Other containers, like
uipanel, exist and are valid parents for other UI objects but will
cause the object type check to fail.
This type check has been updated to utilize ancestor to obtain the
parent figure window.
See #6
0 commit comments