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

Allow for deselection of HighlightedValue. Fixes in BaseApp. #71

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

slootsjj
Copy link
Contributor

This change includes the following:

For ListSelectorTwoPane and ListSelector:

For BaseApp:

  • Fixes issue BaseApp get.PreferenceGroup fails if PreferenceGroup is not set #68
  • Uses arguments block for input parsing
  • Uses isprop(obj.Figure, "Position") instead of isvalid(obj.Figure). If a user deletes the figure instead of the app, the delete method of the app will still be triggered. Although not yet fully deleted (property values are still available), the app and figure will not be valid at this point.

@slootsjj slootsjj marked this pull request as ready for review April 17, 2024 10:31
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

1 participant