mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
[Summary] Track height change makes session dirty
This commit is contained in:
parent
fe0ace14c8
commit
4ee2bc598a
1 changed files with 4 additions and 0 deletions
|
|
@ -877,6 +877,10 @@ RouteTimeAxisView::set_height (uint32_t h)
|
|||
automation_button.hide ();
|
||||
}
|
||||
|
||||
if (height_changed) {
|
||||
ARDOUR_UI::instance()->set_session_dirty();
|
||||
}
|
||||
|
||||
if (height_changed && !no_redraw) {
|
||||
/* only emit the signal if the height really changed */
|
||||
request_redraw ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue