mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 17:23:23 +00:00
Close needs to clear the Globe and the DiveNotes
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
adc7654816
commit
1d10289796
1 changed files with 2 additions and 0 deletions
|
@ -122,8 +122,10 @@ void MainWindow::on_actionClose_triggered()
|
|||
ui->InfoWidget->clearStats();
|
||||
ui->InfoWidget->clearInfo();
|
||||
ui->InfoWidget->clearEquipment();
|
||||
ui->InfoWidget->updateDiveInfo(-1);
|
||||
ui->ProfileWidget->clear();
|
||||
ui->ListWidget->reload();
|
||||
ui->globe->reload();
|
||||
|
||||
clear_events();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue