kmatheussen / radium

A graphical music editor. A next generation tracker.
http://users.notam02.no/~kjetism/radium/
GNU General Public License v2.0
835 stars 36 forks source link

Fixed coordinate calculation when dropping a file onto the editor. #1421

Closed akimaze closed 6 months ago

akimaze commented 6 months ago

Hi, this little PR fixes dropping files to editor. In current Radium when I drag'n'drop file to editor, SamplePlayer instrument is created on wrong displaced track. I noticed that the problem is opened mixer strip, preset browser (Help->Beta features->Show/Hide preset browser) and window x coordinate.

Fix tested on Linux.

kmatheussen commented 6 months ago

Thanks!