diff --git a/modules/juce_gui_basics/buttons/juce_Button.cpp b/modules/juce_gui_basics/buttons/juce_Button.cpp index 44af5cde4f..dc71d4fa10 100644 --- a/modules/juce_gui_basics/buttons/juce_Button.cpp +++ b/modules/juce_gui_basics/buttons/juce_Button.cpp @@ -169,7 +169,7 @@ void Button::setToggleState (const bool shouldBeOn, const NotificationType notif if (shouldBeOn) { - turnOffOtherButtonsInGroup (dontSendNotification); + turnOffOtherButtonsInGroup (notification); if (deletionWatcher == nullptr) return;