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:
parent
2f721b4889
commit
c1f90d7d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ void Button::setToggleState (const bool shouldBeOn, const NotificationType notif
|
|||
|
||||
if (shouldBeOn)
|
||||
{
|
||||
turnOffOtherButtonsInGroup (dontSendNotification);
|
||||
turnOffOtherButtonsInGroup (notification);
|
||||
|
||||
if (deletionWatcher == nullptr)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue