diff options
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.cpp b/qt-ui/mainwindow.cpp index 1016aacdf..6e6859e2f 100644 --- a/qt-ui/mainwindow.cpp +++ b/qt-ui/mainwindow.cpp @@ -397,6 +397,7 @@ void MainWindow::planCanceled() { showProfile(); refreshDisplay(false); + ui.newProfile->plotDive(get_dive(selected_dive)); } void MainWindow::planCreated() |