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

Initialise the saved_widget dictionary in the init #121

Closed
DanicaSTFC opened this issue Jan 23, 2024 · 0 comments · Fixed by #132
Closed

Initialise the saved_widget dictionary in the init #121

DanicaSTFC opened this issue Jan 23, 2024 · 0 comments · Fixed by #132
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@DanicaSTFC
Copy link
Collaborator

This is currently done in

self.widget_states = self.getAllWidgetStates()

Parts of the code where hasatrr is used eg.

if not hasattr(self, 'widget_states'):

need to be modified too.

@DanicaSTFC DanicaSTFC added the enhancement New feature or request label Jan 23, 2024
@DanicaSTFC DanicaSTFC added this to the v1.0.0 milestone Jan 23, 2024
@DanicaSTFC DanicaSTFC self-assigned this Jan 23, 2024
@DanicaSTFC DanicaSTFC linked a pull request Feb 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant