mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 13:10:19 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue