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

Cycle widgets now respects selectable widgets #171

Closed
wants to merge 1 commit into from
Closed

Cycle widgets now respects selectable widgets #171

wants to merge 1 commit into from

Conversation

voryzen
Copy link
Contributor

@voryzen voryzen commented Jan 17, 2022

  • Added 'selectable' boolean, in the case that user wants to include cycling over non selectable widgets.
  • function creates a dict of 'selectable' widgets, mimicing the default self.get_widgets() function
  • keeps as much of the default code as possible

Quick summary of pull request...

  • I have read the contribution guidelines
  • CI Unit tests pass
  • New functions/classes have consistent docstrings

What this pull request changes

  • Cycles widgets now respects the 'selectable' widgets in the widget set

Issues fixed with this pull request

Optionally, what changes should join this PR

  • Open to any changes, if required
    ...

Sorry, something went wrong.

- Added 'selectable' boolean, in the case that user wants to include cycling over non selectable widgets.
- function creates a dict of 'selectable' widgets, mimicing the default self.get_widgets() function
- keeps as much of the default code as possible
@voryzen
Copy link
Contributor Author

voryzen commented Jan 26, 2022

@jwlodek are there any changes, you'd like to see in this bugfix?

@voryzen voryzen closed this Jun 25, 2023
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.

None yet

2 participants