Commit 41a9f344 authored by Charles Yin's avatar Charles Yin Committed by Qt by Nokia
Browse files

Fix canvas item drawImage bug with FBO render target


If canvas' render target is FramebufferObject, only the first drawImage() call
was successful, it could be fixed by adding beginNativePainting() and endNativePainting(),
but this could be unexpected behavior with OpenGL paint engine.

task-number: QTBUG-23595
Change-Id: Iff70fc88f6d39655dd283fa5dde3365887910460
Reviewed-by: default avatarMichael Brasser <michael.brasser@nokia.com>
parent 3747f197
No related merge requests found
Showing with 17 additions and 1 deletion
Supports Markdown
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