mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix canvas_rect positioning with automation tracks. May fix #3145.
git-svn-id: svn://localhost/ardour2/branches/3.0@7140 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
29b80c0d0a
commit
def7f68f26
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ StreamView::StreamView (RouteTimeAxisView& tv, ArdourCanvas::Group* group)
|
|||
{
|
||||
/* set_position() will position the group */
|
||||
|
||||
canvas_rect = new ArdourCanvas::SimpleRect (*_background_group);
|
||||
canvas_rect = new ArdourCanvas::SimpleRect (*canvas_group);
|
||||
canvas_rect->property_x1() = 0.0;
|
||||
canvas_rect->property_y1() = 0.0;
|
||||
canvas_rect->property_x2() = _trackview.editor().get_physical_screen_width ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue