diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2019-06-07 11:08:52 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2019-06-07 11:08:52 +0000 |
| commit | 32b7e97a8b6db31239ca19d9a3e56209ad01833a (patch) | |
| tree | 615470930c8a0bab9211c0fa499553e403d01ddf /src/ui/widget/combo-tool-item.cpp | |
| parent | ComboToolItem: Add missing proxy-menu label (diff) | |
| download | inkscape-32b7e97a8b6db31239ca19d9a3e56209ad01833a.tar.gz inkscape-32b7e97a8b6db31239ca19d9a3e56209ad01833a.zip | |
ComboToolItem: Add tooltip support (Partial fix for issue #290)
Diffstat (limited to 'src/ui/widget/combo-tool-item.cpp')
| -rw-r--r-- | src/ui/widget/combo-tool-item.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/combo-tool-item.cpp b/src/ui/widget/combo-tool-item.cpp index a5237cd72..6adafe316 100644 --- a/src/ui/widget/combo-tool-item.cpp +++ b/src/ui/widget/combo-tool-item.cpp @@ -126,6 +126,8 @@ ComboToolItem::populate_combobox() _combobox->add_attribute (*cell, "sensitive", columns.col_sensitive); } + set_tooltip_text(_tooltip); + _combobox->set_tooltip_text(_tooltip); _combobox->set_active (_active); } |
