mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-14 18:46:34 +01:00
disable auto-return with external sync #6577
This commit is contained in:
parent
5461b50cdb
commit
a5dcccae60
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ Session::select_playhead_priority_target (framepos_t& jump_to)
|
|||
bool
|
||||
Session::select_playhead_priority_target (framepos_t& jump_to)
|
||||
{
|
||||
if (!config.get_auto_return()) {
|
||||
if (config.get_external_sync() || !config.get_auto_return()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue