1
0
Fork 0
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:
jules 2013-10-11 22:52:23 +01:00
parent 318e9cf405
commit b9a1336867

View file

@ -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());