diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-04 15:09:57 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-04 15:09:57 +0200 |
commit | 0d9bd19c5b1740b41581faba9f78e7ea56143c83 (patch) | |
tree | 22cbd16292efc7de1ce2528aedea1cb82be6f84f /vcl | |
parent | 83e835156bc32bb904552465354b5b477a66d503 (diff) |
Add a comment
Change-Id: Icd7ecafa46392133b8f6b82574a699e843ce588f
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/aqua/source/gdi/salgdicommon.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/aqua/source/gdi/salgdicommon.cxx b/vcl/aqua/source/gdi/salgdicommon.cxx index 4b911d74c4f7..7e7e56f03946 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 ) |