To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42431


User aw changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|aw                        |ssa
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Feb 14 08:56:44 -0800 
2005 -------
AW: Indeed, this happens. I got vcl with debug and tracked it 
down to the DRawingLayer visibility test (which decides if to draw at all): 
rRedrawArea.IsOver(GetPaintRectangle()) returns sometimes true, sometimes false.
rRedrawArea contains the redraw area, GetPaintRectangle() gives the paint
rectangle of the object (e.g. 7200, 10500, 16700, 10500). First thought was that
it is a problem that the height for the hair line is 0, so i set it to 1, but
makes no difference. Next, a look at vcl:
In region.cxx Region::IsOver(...)  the rect is converted to a region and
intersected with the RedrawArea. This is sometimes empty, sometimes not.
AW->SSA: To reproduce: New draw/impress, draw hor line (hold shift). Use cursor
keys to move right/left, You will find spots where it gets painted and where
not, this corresponds with Region::IsOver returning true/false.

---------------------------------------------------------------------
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]

Reply via email to