You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Hide/show AcceptDialog's button spacer on button visibility changed
This commit is contained in:
@@ -60,6 +60,7 @@ class AcceptDialog : public Window {
|
||||
} theme_cache;
|
||||
|
||||
void _custom_action(const String &p_action);
|
||||
void _custom_button_visibility_changed(Button *button);
|
||||
void _update_child_rects();
|
||||
|
||||
static bool swap_cancel_ok;
|
||||
|
||||
Reference in New Issue
Block a user