diff --git a/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp b/Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp index e53cc30b6e5ccd521fe38438be42ef6f3457ac13..98ef6a3ead8941d3d4b9ebf52c51dc04d3286a84 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; }