From b80c6e5b798214b45ac67b14258bd90c4797f512 Mon Sep 17 00:00:00 2001
From: kmichaelfox <kmichaelfox.contact@gmail.com>
Date: Mon, 11 Sep 2017 13:11:44 -0700
Subject: [PATCH] Add minor debug and todo

---
 Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp b/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp
index e53cc30b6..98ef6a3ea 100644
--- a/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp
+++ b/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp
@@ -1901,6 +1901,7 @@ void LfpTimescale::mouseDrag(const juce::MouseEvent &e)
             }
             else
             {
+                // TODO: (kelly) change this to scale appropriately for -dragDeltaX
                 if (timescale > 0.25)
                     dTimescale = 0.01 * dragDeltaX;
             }
-- 
GitLab