forked from AuroraMiddleware/gtk
GtkEntry: Don't forget to notify for the tooltip markup props
This commit is contained in:
parent
c411de437a
commit
056acf92ec
@ -9328,6 +9328,9 @@ gtk_entry_set_icon_tooltip_markup (GtkEntry *entry,
|
||||
icon_info->tooltip = g_strdup (tooltip);
|
||||
|
||||
ensure_has_tooltip (entry);
|
||||
|
||||
g_object_notify (G_OBJECT (entry),
|
||||
icon_pos == GTK_ENTRY_ICON_PRIMARY ? "primary-icon-tooltip-markup" : "secondary-icon-tooltip-markup");
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user