summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-07-03 16:37:21 +0300
committerTor Lillqvist <tml@collabora.com>2015-07-03 16:37:21 +0300
commit4cf3dd78870456f786d39e8946648550a655d9a3 (patch)
tree1239cfd6a3f89c506cefc09e4c7bb09d284586cc
parent978033d5ed9f93f2d5d9a1ba44acf6b37bc13bfe (diff)
Revert "Don't belive the 'draw direct' parameter when double-buffering"
it introduces other problems instead. This reverts commit 05806f4603476dd150af7770543fea749cc6d10c.
-rw-r--r--vcl/source/window/cursor.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx
index e1119ae6f7ef..b665be75352d 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;