optional formal changes
This commit is contained in:
@ -272,7 +272,7 @@ void LineEdit::_input_event(InputEvent p_event) {
|
||||
|
||||
if (editable) {
|
||||
selection_delete();
|
||||
CharType ucodestr[2]={k.unicode,0};
|
||||
CharType ucodestr[2]={(CharType)k.unicode,0};
|
||||
append_at_cursor(ucodestr);
|
||||
emit_signal("text_changed",text);
|
||||
_change_notify("text");
|
||||
|
||||
Reference in New Issue
Block a user