mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
fix from Audun for automation track width/span problems
git-svn-id: svn://localhost/ardour2/trunk@1758 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
88be1a799f
commit
a77e3c821b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session& s, boost::shared_ptr<Ro
|
|||
base_rect = new SimpleRect(*canvas_display);
|
||||
base_rect->property_x1() = 0.0;
|
||||
base_rect->property_y1() = 0.0;
|
||||
base_rect->property_x2() = max_frames;
|
||||
base_rect->property_x2() = editor.frame_to_pixel (max_frames);
|
||||
base_rect->property_outline_color_rgba() = color_map[cAutomationTrackOutline];
|
||||
/* outline ends and bottom */
|
||||
base_rect->property_outline_what() = (guint32) (0x1|0x2|0x8);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue