Add a comment

Change-Id: Icd7ecafa46392133b8f6b82574a699e843ce588f
This commit is contained in:
Tor Lillqvist 2013-12-04 15:09:57 +02:00
parent 83e835156b
commit 0d9bd19c5b

View File

@ -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 )