From bb176e822a86d6bd4753faa625b9fa97ce7462ea Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 3 Jul 2014 16:41:15 -0700 Subject: UI restructure: add back the missing plan dive notes This was removed in the big rewrite by mistake. Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3-70-g09d2