mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
update track-header width when removing track(s).
This commit is contained in:
parent
7d7b787a28
commit
4718def3c4
2 changed files with 2 additions and 0 deletions
|
|
@ -6613,6 +6613,7 @@ edit your ardour.rc file to set the\n\
|
||||||
|
|
||||||
{
|
{
|
||||||
Session::StateProtector sp (_session);
|
Session::StateProtector sp (_session);
|
||||||
|
DisplaySuspender ds;
|
||||||
for (vector<boost::shared_ptr<Route> >::iterator x = routes.begin(); x != routes.end(); ++x) {
|
for (vector<boost::shared_ptr<Route> >::iterator x = routes.begin(); x != routes.end(); ++x) {
|
||||||
_session->remove_route (*x);
|
_session->remove_route (*x);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1577,6 +1577,7 @@ edit your ardour.rc file to set the\n\
|
||||||
gint
|
gint
|
||||||
RouteUI::idle_remove_this_route (RouteUI *rui)
|
RouteUI::idle_remove_this_route (RouteUI *rui)
|
||||||
{
|
{
|
||||||
|
DisplaySuspender ds;
|
||||||
rui->_session->remove_route (rui->route());
|
rui->_session->remove_route (rui->route());
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue