From fc0eaa8e653293ef0356ad56d4c8add8df8a24c7 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Wed, 26 Jun 2019 20:35:19 +0200 Subject: add hamburger line height menu --- src/ui/widget/combo-tool-item.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/widget') 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); -- cgit v1.2.3