diff options
-rw-r--r-- | src/setting.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setting.c b/src/setting.c index 8540dd1..9e51c7c 100644 --- a/src/setting.c +++ b/src/setting.c @@ -248,6 +248,8 @@ static gboolean setting_input_style(const Setting* s) } style->input_font[type] = pango_font_description_from_string(s->arg.s); } + /* echo already visible input text to apply the new style to input box */ + vp_echo(VP_MSG_NORMAL, FALSE, GET_TEXT()); return TRUE; } |