From 0239710fdf724147783328e2023ae0384120c080 Mon Sep 17 00:00:00 2001 From: Ksaper Date: Sun, 12 Mar 2023 10:29:11 +0200 Subject: [PATCH] Don't emit the signal here, this is called by the user --- widget/app_launcher/text_input.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/widget/app_launcher/text_input.lua b/widget/app_launcher/text_input.lua index 7668751..973acf6 100644 --- a/widget/app_launcher/text_input.lua +++ b/widget/app_launcher/text_input.lua @@ -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)