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