[PATCH] Don't show the compass

subsurface at henrik.synth.no subsurface at henrik.synth.no
Fri May 24 12:21:16 PDT 2013


From: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>

North is always up anyway.  At least that's the way we've done it so far.

Signed-off-by: Henrik Brautaset Aronsen <subsurface at henrik.synth.no>
---
 qt-ui/globe.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qt-ui/globe.cpp b/qt-ui/globe.cpp
index d131f22..399c194 100644
--- a/qt-ui/globe.cpp
+++ b/qt-ui/globe.cpp
@@ -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") {
-- 
1.8.1.3



More information about the subsurface mailing list