[gnome-maps] printLayout: Use red marker icons in instrutionRow



commit 0e70d4a234d29a6084d6df791b7377bf842598d1
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Wed Feb 24 09:43:56 2016 +0100

    printLayout: Use red marker icons in instrutionRow
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762303

 src/printLayout.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/printLayout.js b/src/printLayout.js
index 8fc2a02..2efe11c 100644
--- a/src/printLayout.js
+++ b/src/printLayout.js
@@ -206,7 +206,8 @@ const PrintLayout = new Lang.Class({
         let instructionWidget = new Gtk.OffscreenWindow({ visible: true });
         let instructionEntry =  new InstructionRow.InstructionRow({
             visible: true,
-            turnPoint: turnPoint
+            turnPoint: turnPoint,
+            hasColor: turnPoint.isStop()
         });
 
         instructionWidget.width_request = width;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]