You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix MenuButton not emitting about_to_popup signal
This commit is contained in:
@@ -86,6 +86,7 @@ void MenuButton::_popup_visibility_changed(bool p_visible) {
|
||||
}
|
||||
|
||||
void MenuButton::pressed() {
|
||||
emit_signal(SNAME("about_to_popup"));
|
||||
Size2 size = get_size();
|
||||
|
||||
Point2 gp = get_screen_position();
|
||||
|
||||
Reference in New Issue
Block a user