diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index 3661fab15..256ddff2f 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -1051,6 +1051,7 @@ void DivePlannerPointsModel::createTemporaryPlan() #endif if (plannerModel->recalcQ() && !diveplan_empty(&diveplan)) { plan(&diveplan, &cache, isPlanner(), false); + MainWindow::instance()->setPlanNotes(displayed_dive.notes); } // throw away the cache free(cache);