diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 20:54:48 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:23 -0700 |
commit | fd31e7792e73a89b7dfdd8125466b0b4a819c55f (patch) | |
tree | beec128f7e9e0510033503bae18c2450d5e31d76 /qt-ui/maintab.cpp | |
parent | 4426cf706f296541b199705eb2ee015c64deb530 (diff) | |
download | subsurface-fd31e7792e73a89b7dfdd8125466b0b4a819c55f.tar.gz |
Dive site rewrite: change the default sizes of the dialog
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 8bb2892ad..b960ebb03 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -240,6 +240,8 @@ void MainTab::setCurrentLocationIndex() void MainTab::showDiveSiteSimpleEdit() { + if (ui.location->text().isEmpty()) + return; SimpleDiveSiteEditDialog dlg(this); dlg.exec(); if (dlg.changed_dive_site) { |