From 80179e33cd77da0d4bf2b78e7ef1874ea791861a Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Thu, 31 Jan 2019 18:54:07 +0000 Subject: ComboToolItem: Temporary workaround to display pixbuf by default --- src/ui/widget/combo-tool-item.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui') diff --git a/src/ui/widget/combo-tool-item.cpp b/src/ui/widget/combo-tool-item.cpp index 7872376eb..ee9202b6f 100644 --- a/src/ui/widget/combo-tool-item.cpp +++ b/src/ui/widget/combo-tool-item.cpp @@ -48,8 +48,8 @@ ComboToolItem::ComboToolItem(const Glib::ustring &group_label, _stock_id( stock_id ), _store (std::move(store)), _use_label (true), - _use_icon (true), - _use_pixbuf (false), + _use_icon (false), + _use_pixbuf (true), _icon_size ( Gtk::ICON_SIZE_LARGE_TOOLBAR ), _combobox (nullptr), _menuitem (nullptr) -- cgit v1.2.3