mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 20:20:44 +00:00
Update Statistics page after editing profile
This makes profile changes immediately visible rather than requiring closing and re-opening the profile in OSCAR to see changes.
This commit is contained in:
parent
b22e0cd026
commit
29212745f7
@ -17,6 +17,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>[fix] Fix missing oximetry and motion waveforms on Overview pages.</li>
|
<li>[fix] Fix missing oximetry and motion waveforms on Overview pages.</li>
|
||||||
<li>[fix] Fix rare problem of minimum pressure shown as zero on Overview and Statistics pages.</li>
|
<li>[fix] Fix rare problem of minimum pressure shown as zero on Overview and Statistics pages.</li>
|
||||||
|
<li>[fix] Update Statistics page after editing profile.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
<b>Changes and fixes in OSCAR v1.3.1-beta-1</b>
|
<b>Changes and fixes in OSCAR v1.3.1-beta-1</b>
|
||||||
|
@ -266,6 +266,9 @@ void NewProfile::on_nextButton_clicked()
|
|||||||
|
|
||||||
profile->Save();
|
profile->Save();
|
||||||
|
|
||||||
|
if (mainwin)
|
||||||
|
mainwin->GenerateStatistics();
|
||||||
|
|
||||||
this->accept();
|
this->accept();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user