Hi,

Is it possible to cause a paintEvent during a drag operation? I'm calling repaint() from the dragMoveEvent() method but paintEvent() is not being called.

Thank you.