Skip to content

Commit

Permalink
Synoptic tabs list missing in guide configuration fixes #256
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed Sep 1, 2023
1 parent 3e6e994 commit c7c3ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/scripts/mgear/shifter/guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ def populate_controls(self):
self.guideSettingsTab.connect_joints_checkBox, "connect_joints")
# self.populateCheck(
# self.guideSettingsTab.force_SSC_joints_checkBox, "force_SSC")
# self.populateAvailableSynopticTabs()
self.populateAvailableSynopticTabs()

for item in self.root.attr("synoptic").get().split(","):
self.guideSettingsTab.rigTabs_listWidget.addItem(item)
Expand Down

0 comments on commit c7c3ff7

Please sign in to comment.