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:
Dirk Hohndel 2014-06-11 09:25:55 -07:00
parent 6ab95af9ac
commit b42df1dab6
2 changed files with 18 additions and 3 deletions

View file

@ -34,6 +34,7 @@ private:
int currentZoomLevel;
bool needResetZoom;
bool editingDiveLocation;
bool doubleClick;
public
slots: