mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Refresh display if a dive site was edited
Calls MainWindow::refreshDisplay() if a dive site was edited so that the filter lists are updated. The old call to updateDiveInfo() was removed because it is call implicitly in MainWindow::refreshDisplay() anyway. Fixes #675. Requested-by: Stefan Fuchs <sfuchs@gmx.de> Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
60677e513b
commit
01d961086c
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ void MainTab::showLocation()
|
|||
// has a parameter on it's definition it didn't worked on the signal slot connection.
|
||||
void MainTab::refreshDiveInfo()
|
||||
{
|
||||
updateDiveInfo();
|
||||
MainWindow::instance()->refreshDisplay();
|
||||
}
|
||||
|
||||
void MainTab::updateDepthDuration()
|
||||
|
|
Loading…
Add table
Reference in a new issue