Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tab_menu cancels content visibility #221

Open
l0rb opened this issue Apr 17, 2020 · 0 comments
Open

tab_menu cancels content visibility #221

l0rb opened this issue Apr 17, 2020 · 0 comments

Comments

@l0rb
Copy link
Contributor

l0rb commented Apr 17, 2020

Anything inside a tab group with visible="false" is turned visible. Example:

<tab_menu>
  <tab name="tab1" label="tab1" />
  <group name="tab1">
    <text text="this is visible and thats ok" />
    <text text="this is visible but shouldnt" visible="false"/>
  </group>
</tab_menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant