Keep automation lines within their parent (#6215).

This commit is contained in:
David Robillard 2015-03-26 11:48:13 -04:00
parent 7e2c8ace4b
commit 3b38d7d8a6
3 changed files with 4 additions and 4 deletions

View file

@ -465,7 +465,7 @@ AutomationTimeAxisView::set_height (uint32_t h, TrackHeightMode m)
_base_rect->set_y1 (h);
if (_line) {
_line->set_height(h);
_line->set_height(h - 2.5);
}
if (_view) {