hemmer / mlrVST

VST port of the popular monome app using JUCE. At this stage, the app is in the beta phase, most functionality is there but a lot of polish is still needed.
19 stars 3 forks source link

drag'n'drop doesn't work on linux #4

Open iioflow opened 12 years ago

iioflow commented 12 years ago

problem: file drag and drop doesn't work on linux. workaround: the file load button implemented on the left side, which functions as it should.

it seems that FileDragAndDropTarget may be deprecated:

http://www.rawmaterialsoftware.com/viewtopic.php?f=2&t=7204 http://juce.git.sourceforge.net/git/gitweb.cgi?p=juce/juce;a=commit;h=f4c4f310e1797886ae2f82a6f71b17d3f62d616a

i also found s'more stuff on how d&d is handled on linux:

juce/src/native/linux/juce_linux_Windowing.cpp