fix Windows build
Change-Id: I5f0489e2fe8fc08461b3409de2690988826ed334
This commit is contained in:
parent
b406664c0c
commit
e23bced878
@ -673,10 +673,7 @@ namespace dxcanvas
|
||||
mpWindow->SetMouseTransparent( TRUE );
|
||||
|
||||
// parent should receive paint messages as well
|
||||
// [ParentClipMode::NoClip], the argument is here
|
||||
// passed as plain numeric value since the stupid
|
||||
// define utilizes a USHORT cast.
|
||||
mpWindow->SetParentClipMode(0x0002);
|
||||
mpWindow->SetParentClipMode(ParentClipMode::NoClip);
|
||||
|
||||
// the system child window must not clear its background
|
||||
mpWindow->EnableEraseBackground( sal_False );
|
||||
|
Loading…
x
Reference in New Issue
Block a user