mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
This commit is contained in:
parent
bcc7ad9a25
commit
3cc2887f5e
1 changed files with 2 additions and 1 deletions
|
|
@ -1034,11 +1034,12 @@ void Slider::mouseUp (const MouseEvent&)
|
|||
&& (maximum > minimum)
|
||||
&& (style != IncDecButtons || incDecDragged))
|
||||
{
|
||||
restoreMouseIfHidden();
|
||||
|
||||
if (sendChangeOnlyOnRelease && valueOnMouseDown != currentValue)
|
||||
triggerChangeMessage (false);
|
||||
|
||||
sendDragEnd();
|
||||
restoreMouseIfHidden();
|
||||
|
||||
deleteAndZero (popupDisplay);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue