Skip to content
Snippets Groups Projects
Commit 4185724b authored by Matthew D Jones's avatar Matthew D Jones
Browse files

Re #11422 Show current value of n in GUI

parent be0ea8e4
No related merge requests found
......@@ -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)
{
......
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