mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Fix remaining prefCalcMax test in overview
This commit is contained in:
parent
da87e96761
commit
af744d6752
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user