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

Tor Lillqvist tml at collabora.com
Fri Jul 3 06:38:16 PDT 2015


 vcl/source/window/cursor.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 4cf3dd78870456f786d39e8946648550a655d9a3
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Jul 3 16:37:21 2015 +0300

    Revert "Don't belive the 'draw direct' parameter when double-buffering"
    
    it introduces other problems instead.
    
    This reverts commit 05806f4603476dd150af7770543fea749cc6d10c.

diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx
index e1119ae..b665be7 100644
--- a/vcl/source/window/cursor.cxx
+++ b/vcl/source/window/cursor.cxx
@@ -167,9 +167,6 @@ void vcl::Cursor::ImplDoShow( bool bDrawDirect, bool bRestore )
 
         if ( pWindow )
         {
-            if ( pWindow->SupportsDoubleBuffering() )
-                bDrawDirect = false;
-
             if ( !mpData )
             {
                 mpData = new ImplCursorData;


More information about the Libreoffice-commits mailing list