Kaydet (Commit) 4cf3dd78 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Revert "Don't belive the 'draw direct' parameter when double-buffering"

it introduces other problems instead.

This reverts commit 05806f46.
üst 978033d5
...@@ -167,9 +167,6 @@ void vcl::Cursor::ImplDoShow( bool bDrawDirect, bool bRestore ) ...@@ -167,9 +167,6 @@ void vcl::Cursor::ImplDoShow( bool bDrawDirect, bool bRestore )
if ( pWindow ) if ( pWindow )
{ {
if ( pWindow->SupportsDoubleBuffering() )
bDrawDirect = false;
if ( !mpData ) if ( !mpData )
{ {
mpData = new ImplCursorData; mpData = new ImplCursorData;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment