1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Slider drag mode fix.

This commit is contained in:
jules 2014-03-12 19:27:09 +00:00
parent 845391eb78
commit 9aa3245315

View file

@ -892,7 +892,7 @@ public:
if (isAbsoluteDragMode (e.mods) || (maximum - minimum) / sliderRegionSize < interval)
{
dragMode = notDragging;
dragMode = absoluteDrag;
handleAbsoluteDrag (e);
}
else