mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
backendShared: correct set_verbatim_plan in plannerShared.
Correct copy/paste error, set_verbatim_plan() should not call setSacFactor() but setVerbatim(). Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
cb3561ae85
commit
b7730d3813
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ bool plannerShared::verbatim_plan()
|
|||
}
|
||||
void plannerShared::set_verbatim_plan(bool value)
|
||||
{
|
||||
DivePlannerPointsModel::instance()->setSacFactor(value);
|
||||
DivePlannerPointsModel::instance()->setVerbatim(value);
|
||||
}
|
||||
|
||||
bool plannerShared::display_variations()
|
||||
|
|
Loading…
Add table
Reference in a new issue