[Marble-commits] KDE/kdeedu/marble/src/plugins/render/routing

Dennis Nienhüser earthwings at gentoo.org
Sun Dec 5 15:38:56 CET 2010


SVN commit 1203879 by nienhueser:

Disable the next instruction turn icon for now, it seems to confuse users.

 M  +5 -1      RoutingPlugin.cpp  


--- trunk/KDE/kdeedu/marble/src/plugins/render/routing/RoutingPlugin.cpp #1203878:1203879
@@ -152,7 +152,11 @@
     m_widget.progressBar->setVisible( near );
     m_widget.instructionIconLabel->setVisible( show );
     m_widget.instructionLabel->setVisible( show );
-    m_widget.followingInstructionIconLabel->setVisible( show );
+
+    // m_widget.followingInstructionIconLabel->setVisible( show );
+    // Disabling the next instruction turn icon for now, it seems to confuse first time users.
+    m_widget.followingInstructionIconLabel->setVisible( false );
+
     m_widget.destinationDistanceLabel->setVisible( show );
 
     m_widget.gpsButton->setVisible( !show );


More information about the Marble-commits mailing list