Request: add retina support to DragAndDropContainer::setCurrentDragImage

at the moment DragAndDropContainer generates ‘blurry’ images, and we can’t get crispy ones without modifying the juce code base

see related thread here :

just a bump to say that it should perhaps be considered as a bug that needs to be fixed rather than a feature request.
it’s quite annoying to have those blurry images on retina…

3 Likes

It’s been fixed recently for TreeView. Maybe you just need to manually apply that fix to your own code using DragAndDropContainer.

I’ve made some changes to the DragAndDropContainer to allow dragging an oversampled image:

This should resolve the blurriness you were seeing. Please try out the change and let us know if you encounter any issues.

6 Likes

this is awesome. thanks a lot for that reuk!
as far as I’m concerned you can close this FR if you want.

1 Like

Thanks, will do. If you run into any issues, please open a new thread, or respond on the thread that’s linked in the first post.