You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Merge pull request #61182 from danielkariv/fix_misclick_selection
This commit is contained in:
@@ -1839,8 +1839,7 @@ void RichTextLabel::gui_input(const Ref<InputEvent> &p_event) {
|
|||||||
deselect();
|
deselect();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (!b->is_double_click() && !scroll_updated && !selection.active) {
|
||||||
if (!b->is_double_click() && !scroll_updated) {
|
|
||||||
Item *c_item = nullptr;
|
Item *c_item = nullptr;
|
||||||
|
|
||||||
bool outside = true;
|
bool outside = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user