summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-11-18 19:28:34 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-11-18 19:28:34 +0000
commit40a7534c0439e16e222a5c76412edd5914e2eb48 (patch)
tree6109c6f8c4ef936c26fc52977e5ea2062892c981 /src/interface.cpp
parentupdate layers after effect (diff)
downloadinkscape-40a7534c0439e16e222a5c76412edd5914e2eb48.tar.gz
inkscape-40a7534c0439e16e222a5c76412edd5914e2eb48.zip
separate updating window from updating layers
(bzr r1984)
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
index 99f6c394f..da734e671 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -213,6 +213,7 @@ sp_ui_new_view()
sp_create_window(dtw, TRUE);
sp_namedview_window_from_document(static_cast<SPDesktop*>(dtw->view));
+ sp_namedview_update_layers_from_document(static_cast<SPDesktop*>(dtw->view));
}
/* TODO: not yet working */