Skip to content

Commit

Permalink
Re #11422 Show current value of n in GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew D Jones authored and Matthew D Jones committed Aug 11, 2015
1 parent be0ea8e commit 4185724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidPlot/src/ScaleDetails.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ void ScaleDetails::initWidgets()
m_chkBreakDecoration->setChecked(sc_engine->hasBreakDecoration());
m_chkInvert->setChecked(sc_engine->testAttribute(QwtScaleEngine::Inverted));
m_cmbScaleType->setCurrentItem(scale_type);
m_dspnN->setValue(sc_engine->nthPower());
m_cmbMinorValue->clear();
if (scale_type == ScaleTransformation::Log10)
{
Expand Down

0 comments on commit 4185724

Please sign in to comment.