Regression in drawImage

Looks like there is a regression in latest Juce 8, I use

dragImage(const Image& imageToDraw,
int dx, int dy, int dw, int dh,
int sx, int sy, int sw, int sh,
const bool fillAlphaChannelWithCurrentBrush)

to draw some strip knob.

It used to work fine for the past years and now draw something bogus since recent 8.0x version. Here is a knob for testing.
knob

Thanks !

Sorry about that, there’s a fix on the way.

I think this is the same issue:

There’s now a fix available:

all good now. Thanks !

Hello, I think this might be related. I’m using the develop branch. This is on Windows and using the Direct2D renderer.

There is a fix for this in the pipeline.