mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
desktop: update information tab when cylinders change
The SAC rate, etc were only updated when switching between dives. They should always be updated when an undo command changes (adds, edits, removes) the cylinders of a dive. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
30133946e0
commit
16a35a8bbe
2 changed files with 12 additions and 0 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
void clear() override;
|
||||
private slots:
|
||||
void divesChanged(const QVector<dive *> &dives, DiveField field);
|
||||
void cylinderChanged(dive *d);
|
||||
void diveModeChanged(int index);
|
||||
void on_atmPressVal_editingFinished();
|
||||
void on_atmPressType_currentIndexChanged(int index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue