diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-07-21 22:18:09 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-07-21 22:19:37 +0100 |
commit | 591238e8a4f1164adb51d3bada0cd90c3e7c655e (patch) | |
tree | 092682b3b5787be9d2d6a5c53da360cb257f7311 /canvas | |
parent | e2e6fa5ad5aaa20a9fa8a6d060d9edd241aefd52 (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
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_9rm.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_9rm.cxx b/canvas/source/directx/dx_9rm.cxx index 63e12b79b2d5..42c37ac54004 100644 --- a/canvas/source/directx/dx_9rm.cxx +++ b/canvas/source/directx/dx_9rm.cxx @@ -680,7 +680,6 @@ namespace dxcanvas mpWindow->SetControlForeground(); mpWindow->SetControlBackground(); - mpWindow->EnablePaint(sal_False); const SystemEnvData *pData = mpWindow->GetSystemData(); const HWND hwnd(reinterpret_cast<HWND>(pData->hWnd)); |