[dasher] Turn draw mouse position on by default.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] Turn draw mouse position on by default.
- Date: Thu, 21 Apr 2016 14:07:26 +0000 (UTC)
commit c0c7e830277467f6ac3626cd0eef413229c8623b
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]