mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-21 12:55:57 +01:00
make sure loop markers are shown when loop is initiated
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11609 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4cc83c3699
commit
950813c858
1 changed files with 4 additions and 0 deletions
|
|
@ -1597,6 +1597,10 @@ ARDOUR_UI::toggle_session_auto_loop ()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
Location *loop_loc = session->locations()->auto_loop_location();
|
||||
if (loop_loc)
|
||||
loop_loc->set_hidden (false, this);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue