textview: Make cursor work when blinking is disabled

This commit is contained in:
Benjamin Otte 2019-10-08 21:16:25 +02:00
parent 7e2e92a87e
commit 025902b9fb

View File

@ -1637,6 +1637,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;