reset [trim] fade handle position if track-height changes

This commit is contained in:
Robin Gareus 2014-05-31 04:17:47 +02:00 committed by Paul Davis
parent 40ffd0600b
commit 23a711d370

View file

@ -528,6 +528,8 @@ AudioRegionView::set_height (gdouble height)
if (name_text) {
name_text->raise_to_top();
}
setup_fade_handle_positions();
}
void