mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Globe: another attempt to fix the globe zoom
The fact that Marble doesn't tell us when it's done flying to the next point is making this excessively complicated to get right. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
33a7e5cd73
commit
83e5e4933f
2 changed files with 28 additions and 16 deletions
|
@ -47,7 +47,7 @@ slots:
|
|||
void repopulateLabels();
|
||||
void changeDiveGeoPosition(qreal lon, qreal lat, GeoDataCoordinates::Unit);
|
||||
void mouseClicked(qreal lon, qreal lat, GeoDataCoordinates::Unit);
|
||||
void fixZoom();
|
||||
void fixZoom(bool now = false);
|
||||
void zoomOutForNoGPS();
|
||||
void prepareForGetDiveCoordinates();
|
||||
void endGetDiveCoordinates();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue