diff --git a/src/st/st-entry.c b/src/st/st-entry.c index f8b07d043..d50c2548b 100644 --- a/src/st/st-entry.c +++ b/src/st/st-entry.c @@ -539,7 +539,11 @@ static void clutter_text_cursor_changed (ClutterText *text, StEntry *entry) { + StEntryPrivate *priv = ST_ENTRY_PRIV (entry); + st_entry_update_hint_visibility (entry); + + g_clear_pointer (&priv->text_shadow_material, cogl_object_unref); } static void