summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/combo-tool-item.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2019-06-26 18:35:19 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-08-02 21:26:28 +0000
commitfc0eaa8e653293ef0356ad56d4c8add8df8a24c7 (patch)
tree70fab899ddc9175c9b9319b4ad626eb69f95b243 /src/ui/widget/combo-tool-item.cpp
parentmoving hamburger to only line height part (diff)
downloadinkscape-fc0eaa8e653293ef0356ad56d4c8add8df8a24c7.tar.gz
inkscape-fc0eaa8e653293ef0356ad56d4c8add8df8a24c7.zip
add hamburger line height menu
Diffstat (limited to 'src/ui/widget/combo-tool-item.cpp')
-rw-r--r--src/ui/widget/combo-tool-item.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/widget/combo-tool-item.cpp b/src/ui/widget/combo-tool-item.cpp
index 6adafe316..4da817131 100644
--- a/src/ui/widget/combo-tool-item.cpp
+++ b/src/ui/widget/combo-tool-item.cpp
@@ -54,7 +54,8 @@ ComboToolItem::ComboToolItem(Glib::ustring group_label,
_use_pixbuf (true),
_icon_size ( Gtk::ICON_SIZE_LARGE_TOOLBAR ),
_combobox (nullptr),
- _menuitem (nullptr)
+ _menuitem (nullptr),
+ _active(0)
{
Gtk::Box* box = Gtk::manage(new Gtk::Box());
add(*box);