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:
parent
845391eb78
commit
9aa3245315
1 changed files with 1 additions and 1 deletions
|
|
@ -892,7 +892,7 @@ public:
|
|||
|
||||
if (isAbsoluteDragMode (e.mods) || (maximum - minimum) / sliderRegionSize < interval)
|
||||
{
|
||||
dragMode = notDragging;
|
||||
dragMode = absoluteDrag;
|
||||
handleAbsoluteDrag (e);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue