Return value of shouldDrawDragImageWhenOver () ignored?

Hi Julian,

It seems that when you override shouldDrawDragImageWhenOver() in DragAndDropTarget, the value is ignored (at least doing drag and drop from a ListBox, to a custom object). Would you mind having a look ?

Tested with latest tip.

Hmm, I think it might just not be getting repainted. Thanks, I’ll investigate.

Sorry, I should have told you that first, but that’s exatctly what happens. After adding a few trace points in VS debugger, it seems that the value is updated, but paint isn’t called.

Thanks, I fixed it on the modules branch now.