Kaydet (Commit) 177f8e8b authored tarafından László Németh's avatar László Németh

fix rendercontext rendering of standard toolbar icons

Change-Id: I6e0399c16d3e900fbca56fc757f342ea893d0ad4
üst cd17c9f9
...@@ -177,7 +177,7 @@ void PaintHelper::DoPaint(const vcl::Region* pRegion) ...@@ -177,7 +177,7 @@ void PaintHelper::DoPaint(const vcl::Region* pRegion)
{ {
WindowImpl* pWindowImpl = m_pWindow->ImplGetWindowImpl(); WindowImpl* pWindowImpl = m_pWindow->ImplGetWindowImpl();
vcl::Region* pWinChildClipRegion = m_pWindow->ImplGetWinChildClipRegion(); vcl::Region* pWinChildClipRegion = m_pWindow->ImplGetWinChildClipRegion();
if (pWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL) if (pWindowImpl->mnPaintFlags & IMPL_PAINT_PAINTALL || m_pBuffer)
{ {
pWindowImpl->maInvalidateRegion = *pWinChildClipRegion; pWindowImpl->maInvalidateRegion = *pWinChildClipRegion;
} }
......
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