when exiting internal edit mode because of a mouse button press on a non-MIDI region...
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Jun 2013 22:28:25 +0000 (18:28 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 10 Jun 2013 22:28:32 +0000 (18:28 -0400)
commit50e3e6188146b1f50528558b6f3f82feb6081409
tree2cd7a964ca6cbe80b19cacab079614108844faed
parent2b745cab644e41860175e2bb4e21bcb190610223
when exiting internal edit mode because of a mouse button press on a non-MIDI region, _join_object_range_state is set to NONE, not OBJECT, which would block selection of the clicked-upon region. fix that, to prevent an assert()-driven crash when the drag ends and there are no regions selected
gtk2_ardour/editor_mouse.cc