mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Keep automation lines within their parent (#6215).
This commit is contained in:
parent
7e2c8ace4b
commit
3b38d7d8a6
3 changed files with 4 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue