From 3a823689eaf1c3f2b2772af3dc52ff0a8dd85fd3 Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Fri, 7 Jun 2019 12:02:47 +0100 Subject: ComboToolItem: Add missing proxy-menu label --- src/ui/widget/combo-tool-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/widget/combo-tool-item.cpp b/src/ui/widget/combo-tool-item.cpp index b8638ba72..a5237cd72 100644 --- a/src/ui/widget/combo-tool-item.cpp +++ b/src/ui/widget/combo-tool-item.cpp @@ -158,7 +158,7 @@ ComboToolItem::on_create_menu_proxy() { if (_menuitem == nullptr) { - _menuitem = Gtk::manage (new Gtk::MenuItem); + _menuitem = Gtk::manage (new Gtk::MenuItem(_group_label)); Gtk::Menu *menu = Gtk::manage (new Gtk::Menu); Gtk::RadioButton::Group group; -- cgit v1.2.3