mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Untangle Profile from MainWindow: update main tab via signal
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4ec5ce4c7a
commit
2b9316e16a
3 changed files with 4 additions and 1 deletions
|
@ -1476,7 +1476,7 @@ void ProfileWidget2::changeGas()
|
|||
|
||||
// FIXME - this no longer gets written to the dive list - so we need to enableEdition() here
|
||||
|
||||
MainWindow::instance()->information()->updateDiveInfo();
|
||||
emit updateDiveInfo(false);
|
||||
mark_divelist_changed(true);
|
||||
replot();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue