textview: Defer cursor blinking on input

We were not calling the right cursor functions
in the commit handler.
This commit is contained in:
Matthias Clasen 2019-07-23 21:18:03 -04:00
parent 19ad4d67ef
commit a628907891

View File

@ -8255,6 +8255,8 @@ gtk_text_view_commit_handler (GtkIMContext *context,
GtkTextView *text_view)
{
gtk_text_view_commit_text (text_view, str);
gtk_text_view_reset_blink_time (text_view);
gtk_text_view_pend_cursor_blink (text_view);
}
static void