diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-01 04:33:57 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-01 04:33:57 +0000 |
| commit | c569de171caabbc0e3e2fb1d3690cb6af1589ec0 (patch) | |
| tree | 6621e420a1fd0ae46bac3fba54a9a9325add1117 /src/extension/prefdialog.cpp | |
| parent | r16403@tres: ted | 2007-08-29 09:10:45 -0700 (diff) | |
| download | inkscape-c569de171caabbc0e3e2fb1d3690cb6af1589ec0.tar.gz inkscape-c569de171caabbc0e3e2fb1d3690cb6af1589ec0.zip | |
r16404@tres: ted | 2007-08-29 19:48:31 -0700
Making unpinned listen to you liveEffect settings.
(bzr r3643)
Diffstat (limited to 'src/extension/prefdialog.cpp')
| -rw-r--r-- | src/extension/prefdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/prefdialog.cpp b/src/extension/prefdialog.cpp index 4676661b1..5fdb20530 100644 --- a/src/extension/prefdialog.cpp +++ b/src/extension/prefdialog.cpp @@ -184,6 +184,7 @@ PrefDialog::pinned_toggle (void) { if (_exEnv == NULL) { _exEnv = new ExecutionEnv(_effect, SP_ACTIVE_DESKTOP, NULL, this); _createdExEnv = true; + preview_toggle(); _exEnv->run(); } } |
