Comment 9 for bug 325337

Revision history for this message
Albert Santoni (gamegod) wrote :

Added another fix for this that lets you drag and drop from the library to waveform on Windows when files are on weird disks (eg. L:\). I'm not sure if Windows/Qt thinks this is a network share or what, but what my new fix does is just try loading the straight QUrl's toString() if the toLocalFile() fails...

Also, I'm not sure if this mysteriously broke because of the new library or what... :)

(Fix is in r2354.)