Before this patch it was possible that the input box uses another font with
other line height. If the first text is type in the input box this changes
it's size. Now the fonts and colors will be applied to it immediately.
}
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;
}