Whatang / DrumBurp

A simple drum tab editor, designed to make it quick and easy to enter drum tabs.
http://whatang.org/
GNU General Public License v3.0
41 stars 12 forks source link

Remove use of getItemAtPosition #377

Closed Whatang closed 8 years ago

Whatang commented 8 years ago

The Score.getItemAtPosition method is used a lot by the GUI to fetch references to Measures, but is a bit of a clunky interface. Replace it with more explicit methods.