Hide Depth Column
We were showing everything, always. Fixes #639 Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
cec1ea182e
commit
f9d38100c4
@ -582,6 +582,7 @@ void MainTab::updateDiveInfo(bool clear)
|
||||
ui.visibility->setCurrentStars(0);
|
||||
}
|
||||
editMode = NONE;
|
||||
ui.cylinders->view()->hideColumn(CylindersModel::DEPTH);
|
||||
}
|
||||
|
||||
void MainTab::addCylinder_clicked()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user