Don't emit the signal here, this is called by the user

This commit is contained in:
Ksaper 2023-03-12 10:29:11 +02:00
parent 26a03aa23b
commit 0239710fdf
1 changed files with 0 additions and 2 deletions

View File

@ -339,8 +339,6 @@ function text_input:set_text(text)
else
self:set_cursor_index(#text)
end
self:emit_signal("property::text", text_widget:get_text())
end
function text_input:insert_text(text)