Don't show the compass
North is always up anyway. At least that's the way we've done it so far. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5ca3c11e60
commit
bf7d61e74e
@ -34,6 +34,7 @@ GlobeGPS::GlobeGPS(QWidget* parent) : MarbleWidget(parent), loadedDives(0)
|
||||
setShowGrid(false);
|
||||
setShowOverviewMap(false);
|
||||
setShowScaleBar(true);
|
||||
setShowCompass(false);
|
||||
|
||||
Q_FOREACH(AbstractFloatItem * floatItem, floatItems()) {
|
||||
if (floatItem && floatItem->nameId() == "compass") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user