Given the data I agree with Daniel -- it's safe to swap our QPIxmap for QImage and it will fix some systems where we have white backgrounds.
An additional benefit is that if we move rendering to a thread in a future version of Mixxx we won't be using QPixmap which is not safe for use outside the main thread.
Given the data I agree with Daniel -- it's safe to swap our QPIxmap for QImage and it will fix some systems where we have white backgrounds.
An additional benefit is that if we move rendering to a thread in a future version of Mixxx we won't be using QPixmap which is not safe for use outside the main thread.