[dasher: 8/61] Turn draw mouse position on by default.



commit fe3b581eb9122b80e01f16809d234f4b4c785944
Author: Ada Majorek <amajorek google com>
Date:   Mon Mar 7 17:57:16 2016 -0800

    Turn draw mouse position on by default.

 Src/DasherCore/Parameters.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Src/DasherCore/Parameters.cpp b/Src/DasherCore/Parameters.cpp
index 2dc5ba7..d7cdd78 100644
--- a/Src/DasherCore/Parameters.cpp
+++ b/Src/DasherCore/Parameters.cpp
@@ -7,7 +7,7 @@ namespace Dasher{
 // as the enum declarations (could add check in class that enforces this instead)
 const bp_table boolparamtable[] = {
   {BP_DRAW_MOUSE_LINE, "DrawMouseLine", Persistence::PERSISTENT, true, "Draw Mouse Line"},
-  {BP_DRAW_MOUSE, "DrawMouse", Persistence::PERSISTENT, false, "Draw Mouse Position"},
+  {BP_DRAW_MOUSE, "DrawMouse", Persistence::PERSISTENT, true, "Draw Mouse Position"},
   {BP_CURVE_MOUSE_LINE, "CurveMouseLine", Persistence::PERSISTENT, false, "Curve mouse line according to 
screen nonlinearity"},
   {BP_START_MOUSE, "StartOnLeft", Persistence::PERSISTENT, true, "StartOnLeft"},
   {BP_START_SPACE, "StartOnSpace", Persistence::PERSISTENT, false, "StartOnSpace"},


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