Kaydet (Commit) 4f97b3bc authored tarafından Ruslan Kabatsayev's avatar Ruslan Kabatsayev Kaydeden (comit) Noel Power

Revert "Enable native background rendering for ToolBox"

This reverts commit 0714d191.
üst 02a7dfb7
......@@ -542,12 +542,6 @@ void ToolBox::ImplDrawBackground( ToolBox* pThis, const Rectangle &rRect )
// execute pending paint requests
ImplCheckUpdate( pThis );
if ( pThis->IsNativeControlSupported(CTRL_WINDOW_BACKGROUND,PART_ENTIRE_CONTROL) &&
pThis->DrawNativeControl(CTRL_WINDOW_BACKGROUND,PART_ENTIRE_CONTROL,rRect,
CTRL_STATE_ENABLED,ImplControlValue(0),rtl::OUString())
)
return;
ImplDockingWindowWrapper *pWrapper = ImplGetDockingManager()->GetDockingWindowWrapper( pThis );
sal_Bool bIsInPopupMode = pThis->ImplIsInPopupMode();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment