Skip to content

Commit 95a2d28

Browse files
committed
LP-561 scope gadget: fix regression that prevented cloning of curves
1 parent ab00582 commit 95a2d28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ground/gcs/src/plugins/scope/scopegadgetconfiguration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ScopeGadgetConfiguration::ScopeGadgetConfiguration(const ScopeGadgetConfiguratio
7575
m_mathFunctionType = obj.m_mathFunctionType;
7676
m_refreshInterval = obj.m_refreshInterval;
7777

78-
int plotCurveCount = m_plotCurveConfigs.size();
78+
int plotCurveCount = obj.m_plotCurveConfigs.size();
7979
for (int i = 0; i < plotCurveCount; i++) {
8080
PlotCurveConfiguration *currentPlotCurveConf = obj.m_plotCurveConfigs.at(i);
8181

0 commit comments

Comments
 (0)