mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 00:23:27 +00:00
commit
204de5e6dc
@ -867,9 +867,9 @@ void RichTextLabel::_gui_input(Ref<InputEvent> p_event) {
|
||||
// Erase previous selection.
|
||||
if (selection.active) {
|
||||
selection.from = NULL;
|
||||
selection.from_char = NULL;
|
||||
selection.from_char = '\0';
|
||||
selection.to = NULL;
|
||||
selection.to_char = NULL;
|
||||
selection.to_char = '\0';
|
||||
selection.active = false;
|
||||
|
||||
update();
|
||||
|
Loading…
Reference in New Issue
Block a user