use reduced height for automation lines when firrst added, not just after a resizing
This commit is contained in:
parent
8e9851e527
commit
ef184b54f2
@ -790,7 +790,7 @@ AutomationTimeAxisView::add_line (boost::shared_ptr<AutomationLine> line)
|
||||
|
||||
_line = line;
|
||||
|
||||
line->set_height (height);
|
||||
line->set_height (height - 2.5);
|
||||
|
||||
/* pick up the current state */
|
||||
automation_state_changed ();
|
||||
|
Loading…
Reference in New Issue
Block a user