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:
Ben Loftis 2012-03-06 21:14:22 +00:00
parent 4cc83c3699
commit 950813c858

View file

@ -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