13
0

use reduced height for automation lines when firrst added, not just after a resizing

This commit is contained in:
Paul Davis 2017-01-09 12:29:24 +00:00
parent 8e9851e527
commit ef184b54f2

View File

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