Fix Route mute automation touch (owned control)

This commit is contained in:
Robin Gareus 2017-07-22 15:16:54 +02:00
parent 24e92c1861
commit fba2c2467d

View File

@ -4771,6 +4771,8 @@ Route::the_instrument_unlocked () const
void
Route::non_realtime_locate (framepos_t pos)
{
Automatable::non_realtime_locate (pos);
if (_pannable) {
_pannable->non_realtime_locate (pos);
}