Fix potential crash when right clicks go astray.
authorDavid Robillard <d@drobilla.net>
Wed, 17 Dec 2014 08:06:23 +0000 (03:06 -0500)
committerDavid Robillard <d@drobilla.net>
Wed, 17 Dec 2014 08:06:23 +0000 (03:06 -0500)
commit733f5179484f1c2e33218086ca1ce26ef665c3f4
treea869ce4ec6059b289c059178c1c4aa457a93ba9e
parent5ee4a5d56a55c0300d68210c5588659a0cd86b41
Fix potential crash when right clicks go astray.

This should be impossible, since nothing but an audio region should have a fade
to begin with, but just doing nothing in this case does no harm.
gtk2_ardour/editor.cc