We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6217fdd commit c7a461fCopy full SHA for c7a461f
1 file changed
Source/UI/Utils/TiledButtonGroupManager.cpp
@@ -140,7 +140,8 @@ void TiledButtonGroupManager::buttonClicked (Button* buttonThatWasClicked)
140
// Default selection
141
else
142
{
143
- buttonThatWasClicked->setToggleState (! buttonThatWasClicked->getToggleState(), dontSendNotification);
+ // Do nothing for now, it's toggled on/off by default
144
+ //buttonThatWasClicked->setToggleState (! buttonThatWasClicked->getToggleState(), dontSendNotification);
145
}
146
147
// Notify the listener
0 commit comments