diff options
| author | Josh Andler <scislac@gmail.com> | 2010-07-26 23:55:16 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2010-07-26 23:55:16 +0000 |
| commit | e93df6bcded134f143d38b4b0d139e8a26a855a4 (patch) | |
| tree | 24f29f1598752d6250b601208117f0ec17e2c788 /src | |
| parent | fix for crash bug 607557 (diff) | |
| download | inkscape-e93df6bcded134f143d38b4b0d139e8a26a855a4.tar.gz inkscape-e93df6bcded134f143d38b4b0d139e8a26a855a4.zip | |
Fix for filters dialog by Krzysztof
(bzr r9606.1.28)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/filter-effects-dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<T>(default_value, c, a); + combo = new ComboBoxEnum<T>(default_value, c, a, false); add(*combo); show_all(); } |
