Fix audio region view height on track height adjustment.
git-svn-id: svn://localhost/ardour2/branches/3.0@2946 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3657677761
commit
a188851698
@ -410,8 +410,7 @@ AudioRegionView::region_muted ()
|
||||
void
|
||||
AudioRegionView::set_y_position_and_height (double y, double h)
|
||||
{
|
||||
//RegionView::set_y_position_and_height(y, h - 1);
|
||||
RegionView::set_height (h);
|
||||
RegionView::set_y_position_and_height(y, h - 1);
|
||||
|
||||
const uint32_t wcnt = waves.size();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user