mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Planner: Update notes when not computing variations
A change not to compute plan variations when not needed was too aggressive and eliminated also the signal to update the notes. Bug fixed. Reported-by: Jay Anchor <jay.anchor-subsurface@e257.fi> Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
09bbd846da
commit
312b760c5b
1 changed files with 2 additions and 1 deletions
|
@ -1088,8 +1088,9 @@ void DivePlannerPointsModel::updateDiveProfile()
|
|||
computeVariations(plan_copy, &plan_deco_state);
|
||||
#endif
|
||||
final_deco_state = plan_deco_state;
|
||||
emit calculatedPlanNotes(QString(d->notes));
|
||||
}
|
||||
emit calculatedPlanNotes(QString(d->notes));
|
||||
|
||||
|
||||
// throw away the cache
|
||||
free(cache);
|
||||
|
|
Loading…
Reference in a new issue