mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
856fc357bc
commit
ca484c5029
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ void LocationInformationWidget::acceptChanges()
|
||||||
MainWindow::instance()->diveList->setEnabled(true);
|
MainWindow::instance()->diveList->setEnabled(true);
|
||||||
MainWindow::instance()->setEnabledToolbar(true);
|
MainWindow::instance()->setEnabledToolbar(true);
|
||||||
MainWindow::instance()->setApplicationState(ApplicationState::Default);
|
MainWindow::instance()->setApplicationState(ApplicationState::Default);
|
||||||
MapWidget::instance()->repopulateLabels();
|
|
||||||
MultiFilterSortModel::instance()->stopFilterDiveSites();
|
MultiFilterSortModel::instance()->stopFilterDiveSites();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue