Kaydet (Commit) 4257f4db authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

fix Wundefined-bool-conversion

Change-Id: I99e57e3f4b3f5b9fa21cdf6bfbda4b15ce83eaac
üst 950f825f
......@@ -162,7 +162,7 @@ void OReportSection::Paint( vcl::RenderContext& rRenderContext, const Rectangle&
if(pPgView)
{
pPgView->DrawLayer(0, &rRenderContext);
pPgView->GetView().EndDrawLayers(*pTargetPaintWindow, &rRenderContext);
pPgView->GetView().EndDrawLayers(*pTargetPaintWindow, true);
}
m_pView->CompleteRedraw(&rRenderContext, aPaintRectRegion);
......
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