Add a comment
Change-Id: Icd7ecafa46392133b8f6b82574a699e843ce588f
This commit is contained in:
parent
83e835156b
commit
0d9bd19c5b
@ -719,6 +719,7 @@ void AquaSalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 )
|
||||
CGContextDrawPath( mrContext, kCGPathStroke );
|
||||
|
||||
Rectangle aRefreshRect( nX1, nY1, nX2, nY2 );
|
||||
// Is a call to RefreshRect( aRefreshRect ) missing here?
|
||||
}
|
||||
|
||||
void AquaSalGraphics::drawMask( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap, SalColor nMaskColor )
|
||||
|
Loading…
x
Reference in New Issue
Block a user