Code

Before the rev 10880 fix in xml/simple-node.cpp, text updating when dragging gradient...
authorbuliabyak <buliabyak@users.sourceforge.net>
Sun, 9 Apr 2006 05:32:24 +0000 (05:32 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sun, 9 Apr 2006 05:32:24 +0000 (05:32 +0000)
commit999c7aa51fabe8d1aa9740c3808a80e8c632e90f
treef96467dc3fae52a6f6c232ef4a29c8b305cc5895
parent04a422d8b69bcea70596ee1546de06b764029f5c
Before the rev 10880 fix in xml/simple-node.cpp, text updating when dragging gradient handle worked solely due to a bug: a fake attribute change was fired on style= though it did not in fact change. Now that these fake change events are eliminated, we need to explicitly update the style of the text's arena items in _modified, same as is done e.g. in sp_shape_modified.
src/sp-text.cpp