Skip to content

text: Don't warn if we blink unfocused

Matthias Clasen requested to merge stop-blinking-without-moaning into master

The warning message contains advice that is no longer accurate (it comes from a time before event controllers), and this situation regularly happens in practice, when the focus moves to a child of GtkText such as the menu or the Emoji chooser. Just stop blinking without complaining.

Fixes: #2979 (closed)

Merge request reports