Kaydet (Commit) 350923ef authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Andras Timar

windows opengl: Don't paint cached widgets upside down.

Change-Id: Idf1e4bd06c2c6d2371c634e68baf4fd0a7763cb1
Reviewed-on: https://gerrit.libreoffice.org/18233Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
Tested-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 592fea19
...@@ -78,9 +78,9 @@ bool WinOpenGLSalGraphicsImpl::TryRenderCachedNativeControl(ControlCacheKey& rCo ...@@ -78,9 +78,9 @@ bool WinOpenGLSalGraphicsImpl::TryRenderCachedNativeControl(ControlCacheKey& rCo
nX, nY, rTexture.GetWidth(), rTexture.GetHeight()); nX, nY, rTexture.GetWidth(), rTexture.GetHeight());
if (pCombo->mpMask) if (pCombo->mpMask)
DrawTextureDiff(rTexture, *pCombo->mpMask, aPosAry, true); DrawTextureDiff(rTexture, *pCombo->mpMask, aPosAry);
else else
DrawTexture(rTexture, aPosAry, true); DrawTexture(rTexture, aPosAry);
PostDraw(); PostDraw();
......
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