mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 08:03:24 +00:00
Do not set the state of the application from here.
The mainwindow should manage the mainwindow. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
484fdee6fb
commit
af22ebf3f1
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ void LocationInformationWidget::setCurrentDiveSiteByUuid(uint32_t uuid)
|
|||
void LocationInformationWidget::updateGpsCoordinates()
|
||||
{
|
||||
ui.diveSiteCoordinates->setText(printGPSCoords(displayed_dive_site.latitude.udeg, displayed_dive_site.longitude.udeg));
|
||||
MainWindow::instance()->setApplicationState("EditDiveSite");
|
||||
}
|
||||
|
||||
void LocationInformationWidget::acceptChanges()
|
||||
|
|
Loading…
Add table
Reference in a new issue