mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
After preference setting, update font of timestamp at bottom of graphs
This commit is contained in:
parent
3e30850b75
commit
5b047af0e3
@ -1907,6 +1907,9 @@ void Daily::RedrawGraphs()
|
|||||||
schema::channel[CPAP_Leak].setUpperThreshold(0); // switch it off
|
schema::channel[CPAP_Leak].setUpperThreshold(0); // switch it off
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QFont appFont = QApplication::font();
|
||||||
|
dateDisplay->setFont(appFont);
|
||||||
|
|
||||||
GraphView->redraw();
|
GraphView->redraw();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user