[Summary] Track height change makes session dirty

This commit is contained in:
GZharun 2015-01-19 18:38:14 +02:00
parent fe0ace14c8
commit 4ee2bc598a

View file

@ -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 ();