diff options
Diffstat (limited to 'src/ui/widget/combo-tool-item.cpp')
| -rw-r--r-- | src/ui/widget/combo-tool-item.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/combo-tool-item.cpp b/src/ui/widget/combo-tool-item.cpp index ce366d0fc..5e07efdf1 100644 --- a/src/ui/widget/combo-tool-item.cpp +++ b/src/ui/widget/combo-tool-item.cpp @@ -45,6 +45,7 @@ ComboToolItem::ComboToolItem(Glib::ustring group_label, Glib::ustring stock_id, Glib::RefPtr<Gtk::ListStore> store, bool has_entry) : + _active(-1), _group_label(std::move( group_label )), _tooltip(std::move( tooltip )), _stock_id(std::move( stock_id )), |
