mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
fix inconsistency in time display. Also fixes pholy issue: Y-axis for sessions times in Overview is in 12 hour format
This commit is contained in:
parent
92742fee9e
commit
a7c1ac9c3b
@ -399,7 +399,7 @@ gGraph *Overview::createGraph(QString code, QString name, QString units, YTicker
|
|||||||
|
|
||||||
switch (yttype) {
|
switch (yttype) {
|
||||||
case YT_Time:
|
case YT_Time:
|
||||||
yt = new gYAxisTime(true); // Time scale
|
yt = new gYAxisTime(false); // Time scale false=24hourFormat
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case YT_Weight:
|
case YT_Weight:
|
||||||
|
Loading…
Reference in New Issue
Block a user