To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101941
------- Additional comments from [email protected] Tue Jun 16 16:21:55 +0000 2009 ------- AW: Problem is the E3dScene::operator= used from Clone() implementation when those objects are newly created. The ViewContact (VC) of a scene is not really good initialized after this; things like the last 3D ViewTransformations are buffered there but have not been updated when cloning all children. Simplest way to fix this (also will not use much temporary ressources) is to flush the VC after object is completely cloned. This is most effectively done by using a ActionChanged call at the VC for 3D Scenes in the E3dScene::operator=. When not doing so, a malformed 3D ViewTransformation will be used in the following object change calls, e.g. in SdrEditView::RotateMarkedObj where wrongly initialized E3DModifySceneSnapRectUpdaters will be used... --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
