forked from AuroraMiddleware/gtk
textview: Defer cursor blinking on input
We were not calling the right cursor functions in the commit handler.
This commit is contained in:
parent
19ad4d67ef
commit
a628907891
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user