[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - canvas/source
Michael Meeks
michael.meeks at collabora.com
Wed Jul 22 09:22:51 PDT 2015
canvas/source/directx/dx_9rm.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 5df3725f81564a8380209881b6f2c48b2fe158b3
Author: Michael Meeks <michael.meeks at collabora.com>
Date: Tue Jul 21 22:18:09 2015 +0100
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 at libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy at collabora.com>
diff --git a/canvas/source/directx/dx_9rm.cxx b/canvas/source/directx/dx_9rm.cxx
index ba03c53..2b756fe 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));
More information about the Libreoffice-commits
mailing list