1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Yet more tweaking of the minutiae of toggle button group callback behaviour..

This commit is contained in:
jules 2013-11-18 10:02:46 +00:00
parent 2f721b4889
commit c1f90d7d6f

View file

@ -169,7 +169,7 @@ void Button::setToggleState (const bool shouldBeOn, const NotificationType notif
if (shouldBeOn)
{
turnOffOtherButtonsInGroup (dontSendNotification);
turnOffOtherButtonsInGroup (notification);
if (deletionWatcher == nullptr)
return;