Skip to content

Commit d7c7183

Browse files
committed
Updates to mouse drag zooming algorithms
1 parent cae86ed commit d7c7183

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/LfpDisplayNodeAlpha/LfpDisplayCanvas.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3637,7 +3637,7 @@ void LfpChannelDisplayInfo::mouseDrag(const MouseEvent &e)
36373637
newHeight = display->trackZoomInfo.maxZoomHeight;
36383638
}
36393639

3640-
// return early if the
3640+
// return early if there is nothing to update
36413641
if (newHeight == getChannelHeight())
36423642
{
36433643
return;

0 commit comments

Comments
 (0)