mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
When done reverse geocoding, hide the notification
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
0da0a40bb8
commit
3b018204f2
1 changed files with 1 additions and 0 deletions
|
@ -237,6 +237,7 @@ void MainTab::enableGeoLookupEdition()
|
||||||
{
|
{
|
||||||
ui.waitingSpinner->stop();
|
ui.waitingSpinner->stop();
|
||||||
ui.addDiveSite->show();
|
ui.addDiveSite->show();
|
||||||
|
MainWindow::instance()->getNotificationWidget()->hideNotification();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainTab::disableGeoLookupEdition()
|
void MainTab::disableGeoLookupEdition()
|
||||||
|
|
Loading…
Add table
Reference in a new issue