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.

Thanks !
reuk
2
Sorry about that, there’s a fix on the way.
I think this is the same issue:
reuk
3
There’s now a fix available:
Juanpa
5
Hello, I think this might be related. I’m using the develop branch. This is on Windows and using the Direct2D renderer.
oli1
6
There is a fix for this in the pipeline.