Skip to content

Commit

Permalink
fix: SetMeasurementsDialog error with combined metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ElpadoCan committed Aug 3, 2023
1 parent 71ba059 commit faf7115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellacdc/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@ def __init__(
)
groupsLayout.setRowStretch(1, 1)
if not self.is_concat:
self.setDisabledMetricsRequestedForCombined()
self.setDisabledMetricsRequestedForCombined(False)
self.mixedChannelsCombineMetricsQGBox.toggled.connect(
self.setDisabledMetricsRequestedForCombined
)
Expand Down

0 comments on commit faf7115

Please sign in to comment.