After preference setting, update font of timestamp at bottom of graphs

This commit is contained in:
Seeker4 2019-07-02 08:01:20 -07:00
parent 3e30850b75
commit 5b047af0e3

View File

@ -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();
}