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

Fix bug in autoconnect_callbacks_to_qt #2032

Merged
merged 3 commits into from
Jun 24, 2019

Conversation

astrofrog
Copy link
Member

The bug caused the x/y/z_stretch sliders in the 3D viewers to not work correctly because they were linked to the same state callback property as the text box with the slider value.

…wo widgets connected to the same state property, we need to use the widget name (since that is guaranteed to be unique) as the key to the dictionary of handlers. Prior to this, some connections would have no references and get disconnected.
@astrofrog astrofrog added the bug label Jun 24, 2019
@astrofrog astrofrog added this to the v0.15.2 milestone Jun 24, 2019
@astrofrog astrofrog merged commit 7fe9e12 into glue-viz:master Jun 24, 2019
astrofrog added a commit that referenced this pull request Jun 24, 2019
Fix bug in autoconnect_callbacks_to_qt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant