summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-07-21 22:18:09 +0100
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:56:45 +0200
commitd11d6c278fbd9524432930798898c1133cdba4e6 (patch)
tree42bdb6568a31549930897f27c54f48ae3501a184 /canvas
parent7db59050eb9f7ae3a30d5b605070397c60bc57a4 (diff)
tdf#91574 - ensure we get paint events to render directx presenter console.
This is an odd-one; lots of details in the bug. Change-Id: I287945eba965cc637642e9226c7fe7f2a0754130 Reviewed-on: https://gerrit.libreoffice.org/17274 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Diffstat (limited to 'canvas')
-rw-r--r--canvas/source/directx/dx_9rm.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_9rm.cxx b/canvas/source/directx/dx_9rm.cxx
index ba03c5398563..2b756fedad9f 100644
--- a/canvas/source/directx/dx_9rm.cxx
+++ b/canvas/source/directx/dx_9rm.cxx
@@ -683,7 +683,6 @@ namespace dxcanvas
mpWindow->SetControlForeground();
mpWindow->SetControlBackground();
- mpWindow->EnablePaint(sal_False);
const SystemEnvData *pData = mpWindow->GetSystemData();
const HWND hwnd(reinterpret_cast<HWND>(pData->hWnd));