mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
fixed toggle
This commit is contained in:
parent
76a7437fd0
commit
79aa29cb7a
1 changed files with 1 additions and 1 deletions
|
|
@ -328,7 +328,7 @@ class PerspectiveWidget(QtWidgets.QWidget):
|
|||
self.records.toggle_content(len_records > 0)
|
||||
|
||||
def toggle_me(self):
|
||||
self.parent_widget.toggle_perspective_widget()
|
||||
self.parent_widget.parent().toggle_perspective_widget()
|
||||
|
||||
|
||||
class ClickableWidget(QtWidgets.QLabel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue