Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 933216
Collapse All | Expand All

(-)inkscape-1.3.2.orig/src/ui/dialog/filter-effects-dialog.cpp (-1 / +1 lines)
Lines 202-208 Link Here
202
template< typename T> class ComboWithTooltip : public Gtk::EventBox
202
template< typename T> class ComboWithTooltip : public Gtk::EventBox
203
{
203
{
204
public:
204
public:
205
    ComboWithTooltip<T>(T default_value, const Util::EnumDataConverter<T>& c, const SPAttr a = SPAttr::INVALID, char* tip_text = nullptr)
205
    ComboWithTooltip(T default_value, const Util::EnumDataConverter<T>& c, const SPAttr a = SPAttr::INVALID, char* tip_text = nullptr)
206
    {
206
    {
207
        if (tip_text) {
207
        if (tip_text) {
208
            set_tooltip_text(tip_text);
208
            set_tooltip_text(tip_text);

Return to bug 933216