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
There are some isKindOf: ViPane checks in the code. It might be beneficial to convert/wrap regular morphs to be panes. Hmm... asMorph could as well unwrap them. However, then it would be no longer true that every pane is a morph because asMorph should answer the pane and not unwrap the inner view (morph).
The text was updated successfully, but these errors were encountered:
There are some
isKindOf: ViPane
checks in the code. It might be beneficial to convert/wrap regular morphs to be panes. Hmm...asMorph
could as well unwrap them. However, then it would be no longer true that every pane is a morph becauseasMorph
should answer the pane and not unwrap the inner view (morph).The text was updated successfully, but these errors were encountered: