shdwcat / YUI

YUI - A UI system for GMS2
MIT License
49 stars 4 forks source link

Example Project: Tab Control content reports error if any tab was selected in another Tab Control #70

Open shdwcat opened 8 months ago

shdwcat commented 8 months ago

Can be seen in the Example Project: Both the animation and layout examples use a tab control and will initially render correctly. However if a tab is selected in one view, swapping to the other will show an error in the content area (and the tab will not be highlighted as active!). Selecting a tab will clear the error.

This is likely to be some state being shared that shouldn't be (but where?)