Skip to content
  • Eric Jiang's avatar
    Use QImage::pixel() in waveform · faf73f36
    Eric Jiang authored and Jean-Baptiste Mardelle's avatar Jean-Baptiste Mardelle committed
    This fixes the waveform scope switching red and blue on Windows by using
    QImage::pixel() which converts the pixel format as needed, instead of
    directly assuming that the pixel data is in a particular format.
    faf73f36