diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-09-23 16:03:28 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-23 14:15:49 -0700 |
commit | 5b3d52acecbe9aac8dd6641fe04703696fa49380 (patch) | |
tree | 332a5d06e7600a4e736208eac191de4900ad8b0d /qt-ui/locationinformation.h | |
parent | d586970f3145106d444af8c54651af6563b92a66 (diff) | |
download | subsurface-5b3d52acecbe9aac8dd6641fe04703696fa49380.tar.gz |
Correctly fix the popup position
When the message to 'This dive site is being edited' was
being show while the popup to choose the dive site, the
line edit was being covered. now it correctly moves to
the correct place.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/locationinformation.h')
-rw-r--r-- | qt-ui/locationinformation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/locationinformation.h b/qt-ui/locationinformation.h index db6809015..3e8adeae2 100644 --- a/qt-ui/locationinformation.h +++ b/qt-ui/locationinformation.h @@ -85,7 +85,7 @@ public: void itemActivated(const QModelIndex& index); DiveSiteType currDiveSiteType() const; uint32_t currDiveSiteUuid() const; - + void fixPopupPosition(); signals: void diveSiteSelected(uint32_t uuid); |