From: Josh Andler Date: Mon, 26 Jul 2010 23:55:16 +0000 (-0700) Subject: Fix for filters dialog by Krzysztof X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1aa1a4eefa63f2758ad922b506b984073277767d;p=inkscape.git Fix for filters dialog by Krzysztof --- diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index 1672c4b69..b2b9fe089 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -176,7 +176,7 @@ public: if (tip_text) { _tt.set_tip(*this, tip_text); } - combo = new ComboBoxEnum(default_value, c, a); + combo = new ComboBoxEnum(default_value, c, a, false); add(*combo); show_all(); }