mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Make sure tool buttons on Welcome page are repainted after a font change.
This commit is contained in:
parent
e2f5899fb8
commit
8f5ed48ae8
@ -68,6 +68,13 @@ void Welcome::refreshPage()
|
||||
ui->oximetryButton->setEnabled(b); // looks like this was omitted from the list (gts 7/4/2019)
|
||||
ui->overviewButton->setEnabled(b);
|
||||
ui->statisticsButton->setEnabled(b);
|
||||
|
||||
ui->importButton->repaint();
|
||||
ui->dailyButton->repaint();
|
||||
ui->overviewButton->repaint();
|
||||
ui->statisticsButton->repaint();
|
||||
ui->oximetryButton->repaint();
|
||||
|
||||
mainwin->EnableTabs(b);
|
||||
|
||||
/** MainWindow::ui->tabWidget->setTabEnabled(2, b);********* need to find some other way
|
||||
|
Loading…
Reference in New Issue
Block a user