mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Slider inc/dec button click fix.
This commit is contained in:
parent
318e9cf405
commit
b9a1336867
1 changed files with 0 additions and 3 deletions
|
|
@ -598,10 +598,7 @@ public:
|
|||
else
|
||||
{
|
||||
incButton->setRepeatSpeed (300, 100, 20);
|
||||
incButton->addMouseListener (decButton, false);
|
||||
|
||||
decButton->setRepeatSpeed (300, 100, 20);
|
||||
decButton->addMouseListener (incButton, false);
|
||||
}
|
||||
|
||||
const String tooltip (owner.getTooltip());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue