Minor coding policy fix.

This commit is contained in:
Ruben De Smet 2015-07-20 10:24:56 -04:00 committed by Wayne Stambaugh
parent 87d2f55e7f
commit 4b98dc9dda
1 changed files with 1 additions and 1 deletions

View File

@ -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();