From a7c1ac9c3be997c031d78d25fd10f5500a06005b Mon Sep 17 00:00:00 2001 From: LoudSnorer Date: Sun, 14 May 2023 18:51:44 -0400 Subject: [PATCH] fix inconsistency in time display. Also fixes pholy issue: Y-axis for sessions times in Overview is in 12 hour format --- oscar/overview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/overview.cpp b/oscar/overview.cpp index 265bb89e..54648b14 100644 --- a/oscar/overview.cpp +++ b/oscar/overview.cpp @@ -399,7 +399,7 @@ gGraph *Overview::createGraph(QString code, QString name, QString units, YTicker switch (yttype) { case YT_Time: - yt = new gYAxisTime(true); // Time scale + yt = new gYAxisTime(false); // Time scale false=24hourFormat break; case YT_Weight: