Hi,

I have two QListWidgets (on the same dataset (i'm implementing my own MVC (don't ask... :-))).

I can drag&drop items internally or from one to the other. Dragging&dropping internally, everything goes fine. But when the source widget is different from the drop target widget, the drop indicator isn't removed in the target widget after the drop.

It only disappears after i set the focus to the viewport of the second widget *and* i hoover over the drop indicator with the mouse cursor. Should i do some kind of repaint call at the end of dropEvent() that i don't know about?

Kind Regards,
Daniel Dekkers