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

Crash when switching between output nodes with Frame Props dialog. #63

Closed
JustinTArthur opened this issue Dec 29, 2022 · 0 comments · Fixed by #64
Closed

Crash when switching between output nodes with Frame Props dialog. #63

JustinTArthur opened this issue Dec 29, 2022 · 0 comments · Fixed by #64

Comments

@JustinTArthur
Copy link
Contributor

QLayout::removeWidget: Cannot remove a null widget.
Traceback (most recent call last):
  File "vspreview/main/window.py", line 557, in switch_output
    self.switch_frame(self.current_output.last_showed_frame)
  File "vspreview/main/window.py", line 530, in switch_frame
    toolbar.on_current_frame_changed(frame)
  File "vspreview/toolbars/main/toolbar.py", line 146, in on_current_frame_changed
    self.frame_props_dialog.update_frame_props(self.main.current_output.props)
  File "vspreview/toolbars/main/dialog.py", line 117, in update_frame_props
    self.framePropsVLayout.clear()
  File "vspreview/core/abstracts.py", line 106, in clear
    widget.setParent(None)  # type: ignore
AttributeError: 'NoneType' object has no attribute 'setParent'
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 a pull request may close this issue.

1 participant