Fix remaining prefCalcMax test in overview

This commit is contained in:
Mark Watkins 2014-05-06 12:25:20 +10:00
parent da87e96761
commit af744d6752

View File

@ -121,7 +121,7 @@ Overview::Overview(QWidget *parent, gGraphView *shared) :
if (mididx == 2) { ST_mid = ST_AVG; }
SummaryType ST_max = PROFILE.general->prefCalcMax() ? ST_MAX : ST_PERC;
SummaryType ST_max = PROFILE.general->prefCalcMax() ? ST_PERC : ST_MAX;
const EventDataType maxperc = 0.995F;