To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=95646
------- Additional comments from [EMAIL PROTECTED] Wed Nov 5 16:01:16 +0000 2008 ------- AW: 3D solved, added the needed wrapper where needed. Stumled upon a double and not disappearing OverlayObject when refactoring the interactive 3D lathe creator. This happens because BY PURPOSE not all SdrDragMethod derivations call CreateOriginalDragPolyPolygons() at the beginning to prepare the to-be-dragged data, e.g. SdrDragMovHdl does this not. Only because of that is no drag polygon shown when moving e.g. the mirror axis. When using solid dragging now, the geometry is created automatically when Show() is triggered and does not know when a drag method does not want to do that. I'm not sure what to do here. In principle, the constructor od a DragMethod has to define a set of DragGeometries which may now be a mixture of drag polygons and solid drag objects (splitting in ones where geometry can be transformed or not). It would then be used in CreateOverlayGeometry to create the OverlayObjects for the current state. I have to think about that... --------------------------------------------------------------------- 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]
