diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-09-03 08:30:43 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-09-06 11:48:47 -0700 |
commit | ca484c5029650c781b24279258215f8e351c2355 (patch) | |
tree | b611fbca301cca82dfc0f8d52e90b90da5063604 /desktop-widgets | |
parent | 856fc357bc3c1db1c2d9fccf13022286d64aaeca (diff) | |
download | subsurface-ca484c5029650c781b24279258215f8e351c2355.tar.gz |
Map: remove MapWidget::repopulateLabels() call
For historic reasons MapWidget::repopulateLabels() was called
in LocationInformationWidget::acceptChanges(). This should not
be necessary anymore, as this is done when entering/exiting
dive-site-mode.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets')
-rw-r--r-- | desktop-widgets/locationinformation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/locationinformation.cpp b/desktop-widgets/locationinformation.cpp index 19e708ff7..a210ddf44 100644 --- a/desktop-widgets/locationinformation.cpp +++ b/desktop-widgets/locationinformation.cpp @@ -183,7 +183,6 @@ void LocationInformationWidget::acceptChanges() MainWindow::instance()->diveList->setEnabled(true); MainWindow::instance()->setEnabledToolbar(true); MainWindow::instance()->setApplicationState(ApplicationState::Default); - MapWidget::instance()->repopulateLabels(); MultiFilterSortModel::instance()->stopFilterDiveSites(); } |