Skip to content

Commit

Permalink
Refs #8585 Update miniplot with correct spectrum.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Dec 13, 2013
1 parent bc16e9e commit 6f4deff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Code/Mantid/MantidQt/CustomInterfaces/src/JumpFit.cpp
Expand Up @@ -131,7 +131,8 @@ namespace MantidQt
{
m_uiForm.cbWidth->setEnabled(true);

plotMiniPlot(filename, 1);
std::string currentWidth = m_uiForm.cbWidth->currentText().toStdString();
plotMiniPlot(filename, spectraList[currentWidth]);
std::pair<double,double> res;
std::pair<double,double> range = getCurveRange();

Expand Down

0 comments on commit 6f4deff

Please sign in to comment.