mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
make sure all previous widget stay hidden
This commit is contained in:
parent
6fe72b6b45
commit
99feae84f2
1 changed files with 1 additions and 0 deletions
|
|
@ -272,6 +272,7 @@ class ValidateActionsWidget(QtWidgets.QFrame):
|
|||
item = self._content_layout.takeAt(0)
|
||||
widget = item.widget()
|
||||
if widget:
|
||||
widget.setVisible(False)
|
||||
widget.deleteLater()
|
||||
self._actions_mapping = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue