Skip to content

Commit b80c6e5

Browse files
committed
Add minor debug and todo
1 parent 096583b commit b80c6e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1901,6 +1901,7 @@ void LfpTimescale::mouseDrag(const juce::MouseEvent &e)
19011901
}
19021902
else
19031903
{
1904+
// TODO: (kelly) change this to scale appropriately for -dragDeltaX
19041905
if (timescale > 0.25)
19051906
dTimescale = 0.01 * dragDeltaX;
19061907
}

0 commit comments

Comments
 (0)