summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.cpp')
-rw-r--r--qt-ui/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp
index 3f545171e..8ac0ad871 100644
--- a/qt-ui/mainwindow.cpp
+++ b/qt-ui/mainwindow.cpp
@@ -67,7 +67,6 @@ void MainWindow::on_actionOpen_triggered()
g_error_free(error);
error = NULL;
}
-
process_dives(FALSE, FALSE);
ui->InfoWidget->reload();
@@ -94,6 +93,7 @@ void MainWindow::dive_selection_changed(const QItemSelection& newSelection, cons
continue;
select_dive(get_divenr(d));
}
+ ui->ProfileWidget->plot(get_dive(selected_dive));
}
void MainWindow::on_actionSave_triggered()