Don't emit the signal here, this is called by the user
This commit is contained in:
parent
26a03aa23b
commit
0239710fdf
|
@ -339,8 +339,6 @@ function text_input:set_text(text)
|
||||||
else
|
else
|
||||||
self:set_cursor_index(#text)
|
self:set_cursor_index(#text)
|
||||||
end
|
end
|
||||||
|
|
||||||
self:emit_signal("property::text", text_widget:get_text())
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function text_input:insert_text(text)
|
function text_input:insert_text(text)
|
||||||
|
|
Loading…
Reference in New Issue