skip visibility when done

This commit is contained in:
iLLiCiTiT 2021-08-13 14:49:42 +02:00
parent c08bf6b4ad
commit b7d8520bff

View file

@ -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: