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

Fixed double-assignment of ControlPanel signals #33

Merged
merged 1 commit into from
Jun 18, 2023

Conversation

tornupnegatives
Copy link
Owner

@tornupnegatives tornupnegatives commented Jun 18, 2023

Previously, each ControlPanelView initializer called its own reset() and configure() functions, but it is the job of the parent widget to call these after initialization. The result is that slots were connected twice, resulting in operations being carried out more than once

Previously, each ControlPanelView initializer called its own
reset() and configure() functions, but it is the job of
the parent widget to call these after initialization. The
result is that slots were connected twice, resulting
in operations being carried out more than once
@tornupnegatives tornupnegatives added the bug Something isn't working label Jun 18, 2023
@tornupnegatives tornupnegatives merged commit 7d3e299 into main Jun 18, 2023
@tornupnegatives tornupnegatives deleted the double_slot_bugfix branch June 19, 2023 05:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant