diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-31 18:54:07 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-01-31 18:54:07 +0000 |
| commit | 80179e33cd77da0d4bf2b78e7ef1874ea791861a (patch) | |
| tree | 01f3141bfa15b57524abbe9007550c43e4c41750 /src | |
| parent | Allow InkscapeApplication to track current document, selection, and desktop. (diff) | |
| download | inkscape-80179e33cd77da0d4bf2b78e7ef1874ea791861a.tar.gz inkscape-80179e33cd77da0d4bf2b78e7ef1874ea791861a.zip | |
ComboToolItem: Temporary workaround to display pixbuf by default
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/widget/combo-tool-item.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
