mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make sure surface air is not considered a deco gas
it creapt in through the gaschange events. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
67a1981fbd
commit
30746e5d3f
2 changed files with 2 additions and 0 deletions
|
@ -442,6 +442,7 @@ void CylindersModel::add()
|
|||
fill_default_cylinder(&displayed_dive.cylinder[row]);
|
||||
displayed_dive.cylinder[row].start = displayed_dive.cylinder[row].type.workingpressure;
|
||||
displayed_dive.cylinder[row].manually_added = true;
|
||||
displayed_dive.cylinder[row].cylinder_use = OC_GAS;
|
||||
beginInsertRows(QModelIndex(), row, row);
|
||||
rows++;
|
||||
changed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue