mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Force recalc to restart after to switch UserFlags graphs back on
This commit is contained in:
parent
95278e0408
commit
71d0ffed25
@ -305,10 +305,11 @@ bool PreferencesDialog::Save()
|
||||
|
||||
// Restart if turning user event flagging on/off
|
||||
if (profile->cpap->userEventFlagging()!=ui->customEventGroupbox->isChecked()) {
|
||||
if (profile->cpap->userEventFlagging()) {
|
||||
// if (profile->cpap->userEventFlagging()) {
|
||||
// Don't bother recalculating, just switch off
|
||||
needs_restart=true;
|
||||
} else recalc_events=true;
|
||||
//} else
|
||||
recalc_events=true;
|
||||
}
|
||||
|
||||
if (profile->session->compressSessionData()!=ui->compressSessionData->isChecked())
|
||||
|
Loading…
Reference in New Issue
Block a user