Fix crash when deleting overlapped regions.
authorDavid Robillard <d@drobilla.net>
Fri, 14 Nov 2014 02:32:08 +0000 (21:32 -0500)
committerDavid Robillard <d@drobilla.net>
Fri, 14 Nov 2014 02:32:08 +0000 (21:32 -0500)
commit589cc3162bb1bcae4d140f1314fc7b4138eaac98
tree628a3106cd4053a7d7dad54979d410fe2ce9ef48
parent4ba4677b4538c551e000dcae1289f966a4b07c26
Fix crash when deleting overlapped regions.

Use RegionSelection for MIDI regions as well, since the old dumb stub didn't do
some things correctly.  There's probably no reason to have a separate class for
this at all, and some good ones for putting all regions in the same selection,
so we should probably do that.  For now they are still separate in the
selection but use the same base class.
gtk2_ardour/editor_drag.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/midi_selection.cc
gtk2_ardour/midi_selection.h
gtk2_ardour/region_view.cc