Don't select newly created regions after splitting selected regions (except on Mixbus)
authorColin Fletcher <colin.m.fletcher@googlemail.com>
Thu, 2 Oct 2014 20:00:33 +0000 (21:00 +0100)
committerColin Fletcher <colin.m.fletcher@googlemail.com>
Thu, 2 Oct 2014 20:00:33 +0000 (21:00 +0100)
commitc2fc7f04a7854d99e8a040ebdf52a6330bd4fe8f
treea66c3c2a33b540d96ae49988a7c7d8d1103a55be
parent1d790355ca4a67ebb7afdcd6c6ab8084c71630dc
Don't select newly created regions after splitting selected regions (except on Mixbus)

I can't see a reason to select the newly-created regions after
splitting selected regions: I can't think of any case where you'd want
the next operation to apply to both the regions, and it makes it very
easy (in my experience) to trim/move/&c. both regions afterwards by
mistake.

However, this behaviour is desired for Mixbus, so make the selection of
regions after a split of selected regions dependent on
Profile->get_mixbus() for now.
gtk2_ardour/editor_ops.cc