Add a comment
Change-Id: Icd7ecafa46392133b8f6b82574a699e843ce588f
This commit is contained in:
@@ -719,6 +719,7 @@ void AquaSalGraphics::drawLine( long nX1, long nY1, long nX2, long nY2 )
|
|||||||
CGContextDrawPath( mrContext, kCGPathStroke );
|
CGContextDrawPath( mrContext, kCGPathStroke );
|
||||||
|
|
||||||
Rectangle aRefreshRect( nX1, nY1, nX2, nY2 );
|
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 )
|
void AquaSalGraphics::drawMask( const SalTwoRect& rPosAry, const SalBitmap& rSalBitmap, SalColor nMaskColor )
|
||||||
|
Reference in New Issue
Block a user