diff --git a/oscar/daily.cpp b/oscar/daily.cpp index 8d6f7b4b..847c4e3c 100644 --- a/oscar/daily.cpp +++ b/oscar/daily.cpp @@ -1907,6 +1907,9 @@ void Daily::RedrawGraphs() schema::channel[CPAP_Leak].setUpperThreshold(0); // switch it off } + QFont appFont = QApplication::font(); + dateDisplay->setFont(appFont); + GraphView->redraw(); }