diff options
| author | Nicholas Bishop <nicholasbishop@gmail.com> | 2007-08-06 00:24:31 +0000 |
|---|---|---|
| committer | nicholasbishop <nicholasbishop@users.sourceforge.net> | 2007-08-06 00:24:31 +0000 |
| commit | 621686d40b44de8d5d852d74da02b40a71ee509a (patch) | |
| tree | 2c57e8d8c98c2161c97cd8a02cc364f6b74db551 /src/ui | |
| parent | Store a global list of existing perspectives; for each perspective hold a lis... (diff) | |
| download | inkscape-621686d40b44de8d5d852d74da02b40a71ee509a.tar.gz inkscape-621686d40b44de8d5d852d74da02b40a71ee509a.zip | |
Filter effects:
* Added edge mode setting to the filter dialog
* Changed type of edgeMode in SPFeConvolveMatrix to use the enum type
(bzr r3381)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/filter-effects-dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index edbae518d..3c306d382 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -1670,6 +1670,7 @@ void FilterEffectsDialog::init_settings_widgets() _convolve_order->signal_attr_changed().connect(sigc::mem_fun(*this, &FilterEffectsDialog::convolve_order_changed)); _settings->add_spinslider(SP_ATTR_DIVISOR, _("Divisor"), 0.01, 10, 1, 0.01, 1); _settings->add_spinslider(SP_ATTR_BIAS, _("Bias"), -10, 10, 1, 0.01, 1); + _settings->add_combo(SP_ATTR_EDGEMODE, _("Edge Mode"), ConvolveMatrixEdgeModeConverter); _settings->type(NR_FILTER_DIFFUSELIGHTING); _settings->add_color(SP_PROP_LIGHTING_COLOR, _("Diffuse Color")); |
