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

Add Choice Widget #51

Closed
wants to merge 2 commits into from
Closed

Add Choice Widget #51

wants to merge 2 commits into from

Conversation

AlexKnauth
Copy link
Contributor

@AlexKnauth AlexKnauth commented Mar 16, 2024

Implementation of a Choice widget.

Tasks:

  • Allow options from different choices to share the same key without bad collision effects.
  • Only show / enable the options relevant for the current "setting to be modified", hide / disable options from other choice settings.
    • NOTE: Using obs_property_list_item_disable is not good enough. That disables an option, but does not hide it. The option is still visible greyed-out.
    • So this PR now shows and hides entire drop-downs, not items in a single drop-down.

@AlexKnauth AlexKnauth changed the title WIP: Add Choice Widget Add Choice Widget Mar 21, 2024
@AlexKnauth AlexKnauth marked this pull request as ready for review March 21, 2024 04:25
@CryZe
Copy link
Collaborator

CryZe commented Mar 23, 2024

Resolved by the new auto splitter GUI.

@CryZe CryZe closed this Mar 23, 2024
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

Successfully merging this pull request may close these issues.

2 participants