This seems to happen because, when populating the Build menu, Geany sets text directly on the GtkLabel child of the GtkMenuItem. If I replace that with a simple

gtk_menu_item_set_label(GTK_MENU_ITEM(w), label);

that seems to fix the issue.

@elextr Could you comment on why you implemented it like that?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.