diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-18 19:25:26 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-18 19:25:26 +0000 |
| commit | c96756ec64a51c816636ed183d76790999183719 (patch) | |
| tree | 6584c391bbf5f0d0612f4afc5ae0d538acffd8e9 /src/extension/implementation/script.cpp | |
| parent | add hsl adjusters; remove keep-rgb as redundant; update uris (diff) | |
| download | inkscape-c96756ec64a51c816636ed183d76790999183719.tar.gz inkscape-c96756ec64a51c816636ed183d76790999183719.zip | |
update layers after effect
(bzr r1983)
Diffstat (limited to 'src/extension/implementation/script.cpp')
| -rw-r--r-- | src/extension/implementation/script.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 5975d6d24..c3ce9bb3c 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -789,6 +789,7 @@ Script::effect(Inkscape::Extension::Effect *module, Inkscape::UI::View::View *do copy_doc(doc->doc()->rroot, mydoc->rroot); doc->doc()->emitReconstructionFinish(); mydoc->release(); + sp_namedview_update_layers_from_document(desktop); } } |
