From c1f90d7d6f4a93166a96a23a091c863d90a0d72a Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 18 Nov 2013 10:02:46 +0000 Subject: [PATCH] Yet more tweaking of the minutiae of toggle button group callback behaviour.. --- modules/juce_gui_basics/buttons/juce_Button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;