mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
fixed collapsible_key dicitonary
This commit is contained in:
parent
bf7e6fae43
commit
63cc02e750
1 changed files with 2 additions and 1 deletions
|
|
@ -358,7 +358,8 @@ class ModifiableDictItem(QtWidgets.QWidget):
|
|||
self.add_btn.setEnabled(False)
|
||||
|
||||
def set_as_last_required(self):
|
||||
self.add_btn.setEnabled(True)
|
||||
if not self.collapsible_key:
|
||||
self.add_btn.setEnabled(True)
|
||||
|
||||
def _on_focus_lose(self):
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue