summaryrefslogtreecommitdiff
path: root/grapher/Models/Mouse/MouseWatcher.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Models/Mouse/MouseWatcher.cs')
-rw-r--r--grapher/Models/Mouse/MouseWatcher.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/grapher/Models/Mouse/MouseWatcher.cs b/grapher/Models/Mouse/MouseWatcher.cs
index 723f97b..fb34dd6 100644
--- a/grapher/Models/Mouse/MouseWatcher.cs
+++ b/grapher/Models/Mouse/MouseWatcher.cs
@@ -761,8 +761,8 @@ namespace grapher.Models.Mouse
if (normalized != LastMoveNormalized)
{
LastMoveDisplayFormat = normalized ?
- Constants.MouseMoveNormalizedFormat :
- Constants.MouseMoveDefaultFormat;
+ Constants.MouseMoveNormalizedFormat :
+ Constants.MouseMoveDefaultFormat;
LastMoveNormalized = normalized;
}