Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix in-place conversion of certain QImage formats
In the copying/transcription of the generic converter to the generic in-place converter, a test for Format_RGB32 destination format was mistakenly replaced with test of source format. The result was that a suboptimal pixel store function was selected, and the resulting image data could end up with non-0xff in the unused alpha field. Task-number: QTBUG-132051 Change-Id: If3ebf5fdd7ab6e377c8ad479ea38ce665f922b7c Reviewed-by: Allan Sandfeld Jensen <[email protected]> (cherry picked from commit 0ace5ba) Reviewed-by: Qt Cherry-pick Bot <[email protected]> (cherry picked from commit 4d00967)
- Loading branch information