diff options
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/spritecanvashelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/vcl/spritecanvashelper.cxx b/canvas/source/vcl/spritecanvashelper.cxx index 68a2c68de93a..02c9fe40558f 100644 --- a/canvas/source/vcl/spritecanvashelper.cxx +++ b/canvas/source/vcl/spritecanvashelper.cxx @@ -305,7 +305,7 @@ namespace vclcanvas if( pTargetWindow ) { // commit to screen - pTargetWindow->Sync(); + pTargetWindow->Flush(); } return true; |