mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
I can't believe it's not one canvas! (TM)
git-svn-id: svn://localhost/ardour2/trunk@2248 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7c950f279b
commit
1e27418b2c
6 changed files with 55 additions and 16 deletions
|
|
@ -67,7 +67,7 @@ StreamView::StreamView (RouteTimeAxisView& tv)
|
|||
canvas_rect->property_y1() = 0.0;
|
||||
canvas_rect->property_x2() = _trackview.editor.frame_to_pixel (max_frames);
|
||||
canvas_rect->property_y2() = (double) tv.height;
|
||||
canvas_rect->property_outline_what() = (guint32) (0x1|0x2|0x8); // outline ends and bottom
|
||||
canvas_rect->property_outline_what() = (guint32) (0x2|0x8); // outline RHS and bottom
|
||||
// (Fill/Outline colours set in derived classes)
|
||||
|
||||
canvas_rect->signal_event().connect (bind (mem_fun (_trackview.editor, &PublicEditor::canvas_stream_view_event), canvas_rect, &_trackview));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue