Skip to content
Snippets Groups Projects
Commit b1bf39d8 authored by Elliot Oram's avatar Elliot Oram
Browse files

Rename output plot curve to 'Subtracted' from 'Corrected'

Refs #13110
parent c6030d9e
No related branches found
No related tags found
No related merge requests found
...@@ -200,7 +200,7 @@ void ContainerSubtraction::plotPreview(int specIndex) { ...@@ -200,7 +200,7 @@ void ContainerSubtraction::plotPreview(int specIndex) {
// Plot result // Plot result
if (!m_pythonExportWsName.empty()) if (!m_pythonExportWsName.empty())
m_uiForm.ppPreview->addSpectrum( m_uiForm.ppPreview->addSpectrum(
"Corrected", QString::fromStdString(m_pythonExportWsName), specIndex, "Subtracted", QString::fromStdString(m_pythonExportWsName), specIndex,
Qt::green); Qt::green);
// Plot can // Plot can
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment