mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix RichTextLabel Focus
This commit is contained in:
parent
06827c91c6
commit
8657d8a090
1 changed files with 1 additions and 1 deletions
|
@ -2788,7 +2788,7 @@ void RichTextLabel::gui_input(const Ref<InputEvent> &p_event) {
|
|||
menu->set_position(get_screen_transform().xform(b->get_position()));
|
||||
menu->reset_size();
|
||||
menu->popup();
|
||||
grab_focus();
|
||||
menu->grab_focus();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue