[RTL] Fix meta hover area detection.
(cherry picked from commit 42e6cda14e
)
This commit is contained in:
parent
b3fa724e9d
commit
147b99ae2a
|
@ -2239,6 +2239,7 @@ void RichTextLabel::gui_input(const Ref<InputEvent> &p_event) {
|
|||
queue_redraw();
|
||||
}
|
||||
|
||||
_find_click(main, m->get_position(), nullptr, nullptr, &c_item, nullptr, &outside, true);
|
||||
Variant meta;
|
||||
ItemMeta *item_meta;
|
||||
if (c_item && !outside && _find_meta(c_item, &meta, &item_meta)) {
|
||||
|
|
Loading…
Reference in New Issue