From: dooglus Date: Mon, 11 Feb 2008 19:45:28 +0000 (+0000) Subject: Fix 1891403: Copy an inline canvas' RendDesc when cloning it. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e99c40b53f7238fde953e52c528b3dbac53a59bd;p=synfig.git Fix 1891403: Copy an inline canvas' RendDesc when cloning it. git-svn-id: http://svn.voria.com/code@1675 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/synfig/canvas.cpp b/synfig-core/trunk/src/synfig/canvas.cpp index b521efa..67f06b9 100644 --- a/synfig-core/trunk/src/synfig/canvas.cpp +++ b/synfig-core/trunk/src/synfig/canvas.cpp @@ -788,6 +788,7 @@ Canvas::clone(const GUID& deriv_guid)const // it was failing to ascertain the absolute pathname of the imported image, since it needs the pathname // of the canvas to get that, which is stored in the parent canvas canvas->parent_=parent(); + canvas->rend_desc() = rend_desc(); //canvas->set_inline(parent()); }