1
0
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:
kleonc
2023-07-10 12:17:51 +02:00
parent ef155c1aeb
commit 30a9c90785
2 changed files with 22 additions and 5 deletions

View File

@@ -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;