summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/combo-tool-item.cpp
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2019-06-07 11:02:47 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2019-06-07 11:02:47 +0000
commit3a823689eaf1c3f2b2772af3dc52ff0a8dd85fd3 (patch)
treedc48b11252e15118e80f18eee864f6e837d26688 /src/ui/widget/combo-tool-item.cpp
parentUse share/inkscape subfolder on Windows (diff)
downloadinkscape-3a823689eaf1c3f2b2772af3dc52ff0a8dd85fd3.tar.gz
inkscape-3a823689eaf1c3f2b2772af3dc52ff0a8dd85fd3.zip
ComboToolItem: Add missing proxy-menu label
Diffstat (limited to 'src/ui/widget/combo-tool-item.cpp')
-rw-r--r--src/ui/widget/combo-tool-item.cpp2
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;