Minor coding policy fix.
This commit is contained in:
parent
87d2f55e7f
commit
4b98dc9dda
|
@ -634,7 +634,7 @@ void DIALOG_PLOT::applyPlotSettings()
|
||||||
reporter.Report( msg, REPORTER::RPT_INFO );
|
reporter.Report( msg, REPORTER::RPT_INFO );
|
||||||
}
|
}
|
||||||
|
|
||||||
ConfigBaseWriteDouble( m_config, OPTKEY_PLOT_X_FINESCALE_ADJ, m_XScaleAdjust );
|
ConfigBaseWriteDouble( m_config, OPTKEY_PLOT_X_FINESCALE_ADJ, m_XScaleAdjust );
|
||||||
|
|
||||||
// Y scale
|
// Y scale
|
||||||
msg = m_fineAdjustYscaleOpt->GetValue();
|
msg = m_fineAdjustYscaleOpt->GetValue();
|
||||||
|
|
Loading…
Reference in New Issue