mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
fixed GUIWIdget
This commit is contained in:
parent
6064471b71
commit
d1191ab7e0
1 changed files with 4 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ class GUIWidget(BaseWidget):
|
|||
layout.addWidget(splitter_item)
|
||||
|
||||
def set_entity_value(self):
|
||||
return
|
||||
pass
|
||||
|
||||
def hierarchical_style_update(self):
|
||||
pass
|
||||
|
|
@ -466,6 +466,9 @@ class GUIWidget(BaseWidget):
|
|||
def make_sure_is_visible(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def set_path(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
def get_invalid(self):
|
||||
return []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue