Hello,

I'm using QRubberBand to draw a moving resize handle like the QSplitter's, it's working fine until it's dragged over a custom rendering widget (using OpenGL), it looks darker like it's overdrawn and while moving it shows trails behind it. This only happens on the portion overlapping with the OpenGL widget. Any idea what possible causes for this?

Thanks.