Browse Source

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

tags/2021-05-28
jules 11 years ago
parent
commit
c1f90d7d6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_gui_basics/buttons/juce_Button.cpp

+ 1
- 1
modules/juce_gui_basics/buttons/juce_Button.cpp 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;


Loading…
Cancel
Save