mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Globe: do a better job detecting double clicks and setting GPS coordinates
For some reasons Marble appears to sometimes not detect double clicks and call the correct callback. With this commit we manually intercept the double clocks and route them to the right function. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6ab95af9ac
commit
b42df1dab6
2 changed files with 18 additions and 3 deletions
|
@ -34,6 +34,7 @@ private:
|
|||
int currentZoomLevel;
|
||||
bool needResetZoom;
|
||||
bool editingDiveLocation;
|
||||
bool doubleClick;
|
||||
|
||||
public
|
||||
slots:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue