mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
[Summary] Track header color change will set session dirty
This commit is contained in:
parent
c25e35f2d4
commit
418e0d3d91
1 changed files with 1 additions and 0 deletions
|
|
@ -893,6 +893,7 @@ RouteTimeAxisView::route_color_changed ()
|
|||
display_route_color();
|
||||
if (_view) {
|
||||
_view->apply_color (color(), StreamView::RegionColor);
|
||||
ARDOUR_UI::instance()->set_session_dirty ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue