mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
UI restructure: add back the missing plan dive notes
This was removed in the big rewrite by mistake. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5db706d291
commit
bb176e822a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue