Skip to content

Commit c7a461f

Browse files
committed
TiledButtonGroupManager minor fixes.
1 parent 6217fdd commit c7a461f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Source/UI/Utils/TiledButtonGroupManager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ void TiledButtonGroupManager::buttonClicked (Button* buttonThatWasClicked)
140140
// Default selection
141141
else
142142
{
143-
buttonThatWasClicked->setToggleState (! buttonThatWasClicked->getToggleState(), dontSendNotification);
143+
// Do nothing for now, it's toggled on/off by default
144+
//buttonThatWasClicked->setToggleState (! buttonThatWasClicked->getToggleState(), dontSendNotification);
144145
}
145146

146147
// Notify the listener

0 commit comments

Comments
 (0)