textview: Make cursor work when blinking is disabled

This commit is contained in:
Benjamin Otte
2019-10-08 21:16:25 +02:00
parent ef2a426069
commit 0282a29c4d

View File

@@ -1650,6 +1650,7 @@ gtk_text_view_init (GtkTextView *text_view)
priv->indent = 0;
priv->tabs = NULL;
priv->editable = TRUE;
priv->cursor_alpha = 1.0;
priv->scroll_after_paste = FALSE;