fix rendercontext rendering of standard toolbar icons
Change-Id: I6e0399c16d3e900fbca56fc757f342ea893d0ad4
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user