Skip to content

Commit

Permalink
fix initializing signal
Browse files Browse the repository at this point in the history
  • Loading branch information
CAILLOT Cyprien authored and ccaillot committed Nov 2, 2023
1 parent 22174e0 commit feca401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openpype/tools/workfile_template_build/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ def filter_actions_by_families_widget(self):
if not family_widget or not builder_widget:
return


self.update_builder_action(family_widget, builder_widget)
family_widget._input_widget.currentIndexChanged.connect(
lambda index, family=family_widget, builder=builder_widget: self.update_builder_action(family, builder)
)
Expand Down

0 comments on commit feca401

Please sign in to comment.