Merge pull request #111250 from scgm0/Fix-RichTextLabel-Focus
Fix RichTextLabel Focus Box
This commit is contained in:
commit
9efb50bad7
1 changed files with 1 additions and 1 deletions
|
|
@ -2789,7 +2789,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