[Libreoffice-commits] core.git: vcl/aqua

Tor Lillqvist tml at collabora.com
Wed Dec 4 05:10:36 PST 2013


 vcl/aqua/source/gdi/salgdicommon.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 0d9bd19c5b1740b41581faba9f78e7ea56143c83
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Dec 4 15:09:57 2013 +0200

    Add a comment
    
    Change-Id: Icd7ecafa46392133b8f6b82574a699e843ce588f

diff --git a/vcl/aqua/source/gdi/salgdicommon.cxx b/vcl/aqua/source/gdi/salgdicommon.cxx
index 4b911d7..7e7e56f 100644
--- a/vcl/aqua/source/gdi/salgdicommon.cxx
+++ b/vcl/aqua/source/gdi/salgdicommon.cxx
@@ -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 )


More information about the Libreoffice-commits mailing list