mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Enhance emoji widget handling in menu items
This commit is contained in:
committed by
GitHub
parent
81b2325aa1
commit
20dca7dc2f
@@ -2964,6 +2964,8 @@ mg_create_emoji_menu (session_gui *gui)
|
|||||||
|
|
||||||
/* Prefer emoji fonts for the label itself */
|
/* Prefer emoji fonts for the label itself */
|
||||||
mg_apply_emoji_primary_widget (item);
|
mg_apply_emoji_primary_widget (item);
|
||||||
|
if (gtk_bin_get_child (GTK_BIN (item)))
|
||||||
|
mg_apply_emoji_primary_widget (gtk_bin_get_child (GTK_BIN (item)));
|
||||||
|
|
||||||
gtk_menu_attach (GTK_MENU (menu), item, col, col + 1, row, row + 1);
|
gtk_menu_attach (GTK_MENU (menu), item, col, col + 1, row, row + 1);
|
||||||
gtk_widget_show (item);
|
gtk_widget_show (item);
|
||||||
|
|||||||
Reference in New Issue
Block a user