diff options
Diffstat (limited to 'src/ui/widget/combo-tool-item.cpp')
| -rw-r--r-- | src/ui/widget/combo-tool-item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
