Drag files on OpenGL

Hi!

I want to be able to drop files on a component that is using OpenGL.
I had already done this with an older JUCE version, using an OpenGLComponent. This worked fine.
Now I use a class which is derived from Component, OpenGLRenderer and FileDragAndDropTarget. As soon as an openGLContext is attached, the isInterestedInFileDrag and filesDropped functions are not called anymore when dragging/dropping files over the component. What can I do to make this happen again?

Best Regards,
Gregor

Which OS? And are you using the latest version of juce?

I just found that this is already fixed in the latset JUCE version. I was working on 2.0.36.
Sorry!