We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb4570 commit ff25b71Copy full SHA for ff25b71
qt/scientific_interfaces/Muon/ALCBaselineModellingPresenter.cpp
@@ -151,8 +151,8 @@ void ALCBaselineModellingPresenter::updateDataCurve() {
151
}
152
153
void ALCBaselineModellingPresenter::updateCorrectedCurve() {
154
- if (auto correctedData = m_model->correctedData())
155
- m_view->setCorrectedCurve(correctedData);
+ if (auto correctedDataWs = m_model->correctedData())
+ m_view->setCorrectedCurve(correctedDataWs);
156
else
157
m_view->removePlot("Corrected");
158
0 commit comments