mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
@@ -39,7 +39,9 @@ void BaseButton::_unpress_group() {
|
||||
if (!button_group.is_valid())
|
||||
return;
|
||||
|
||||
status.pressed = false;
|
||||
if (toggle_mode) {
|
||||
status.pressed = true;
|
||||
}
|
||||
|
||||
for (Set<BaseButton *>::Element *E = button_group->buttons.front(); E; E = E->next()) {
|
||||
if (E->get() == this)
|
||||
|
||||
Reference in New Issue
Block a user