To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79545
------- Additional comments from [EMAIL PROTECTED] Wed Jul 18 13:19:08 +0000 2007 ------- AW: Exactly. bBoundRectDirty is not false and GetCurrentBoundRect() gets the wrong BoundRect. Looking further... AW: Forcing bBoundRectDirty to true works, so it just does not get changed. Looking further... AW: It's bBoundRectDirty, not mbPaintRectangleValid from the ViewContact. AW: Problem is SdrObjCustomShape::NbcSetSnapRect (and others). After SetRectsDirty(), SetChanged() is called which already recalculates the rectangles. This fails (gets the old one) since InvalidateRenderGeometry() is not yet called. InvalidateRenderGeometry() needs to be bundled at least with SetRectsDirty. Safest way would be to use an own implementation, SetRectsDirty is virtual. --------------------------------------------------------------------- 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]
