mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 22:35:27 +00:00
Hide trip location when launching Subsurface
It was ugly to show trip and dive location when no dive was selected. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3548d11195
commit
d25e456fcc
1 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,8 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
|
|||
ui.location, &DiveLocationLineEdit::fixPopupPosition);
|
||||
|
||||
acceptingEdit = false;
|
||||
|
||||
ui.diveTripLocation->hide();
|
||||
}
|
||||
|
||||
MainTab::~MainTab()
|
||||
|
|
Loading…
Add table
Reference in a new issue