To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=42815
------- Additional comments from [EMAIL PROTECTED] Thu Feb 24 13:13:31 -0800 2005 ------- AW: It's very similar to i37394, but another case: At the scrolling, only new visible areas get repainted, so the rectangle stays in painted state. That is okay, since the repaint may only paint selected, different parts, but the rectangle is still painted. It's necessary that ViewObjectContact::ActionChanged() checks the visibility of the last painted rectangle when IsPainted()==true und IsInvalidated()==false. SInce ObjectGettingPotentiallyVisible() makes an visibility check at the ObjectContact too, it is time to add a method at the ObjectContact which does that -> added IsAreaVisible(const Rectangle&) to ObjectContact. ObjectContactOfPageView::ObjectGettingPotentiallyVisible is using that now, also it is used in ViewObjectContact::ActionChanged(). AW: Works, testing other circumstances... --------------------------------------------------------------------- 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]
