mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
skip visibility when done
This commit is contained in:
parent
c08bf6b4ad
commit
b7d8520bff
1 changed files with 2 additions and 1 deletions
|
|
@ -254,7 +254,8 @@ class SettingsCategoryWidget(QtWidgets.QWidget):
|
|||
|
||||
def _on_path_edit(self, path):
|
||||
for input_field in self.input_fields:
|
||||
input_field.make_sure_is_visible(path, True)
|
||||
if input_field.make_sure_is_visible(path, True):
|
||||
break
|
||||
|
||||
def scroll_to(self, widget):
|
||||
if widget:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue