parent
5f632391ca
commit
3491e776dd
|
@ -829,9 +829,9 @@ void RichTextLabel::_gui_input(Ref<InputEvent> p_event) {
|
||||||
// Erase previous selection.
|
// Erase previous selection.
|
||||||
if (selection.active) {
|
if (selection.active) {
|
||||||
selection.from = NULL;
|
selection.from = NULL;
|
||||||
selection.from_char = NULL;
|
selection.from_char = '\0';
|
||||||
selection.to = NULL;
|
selection.to = NULL;
|
||||||
selection.to_char = NULL;
|
selection.to_char = '\0';
|
||||||
selection.active = false;
|
selection.active = false;
|
||||||
|
|
||||||
update();
|
update();
|
||||||
|
|
Loading…
Reference in New Issue