restore visibility of streamview rect lines that act as track separators
git-svn-id: svn://localhost/ardour2/branches/3.0@9141 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fc349ab3b6
commit
121ef12ae7
@ -74,6 +74,7 @@ StreamView::StreamView (RouteTimeAxisView& tv, ArdourCanvas::Group* background_g
|
|||||||
canvas_rect->raise(1); // raise above tempo lines
|
canvas_rect->raise(1); // raise above tempo lines
|
||||||
|
|
||||||
canvas_rect->property_outline_what() = (guint32) (0x2|0x8); // outline RHS and bottom
|
canvas_rect->property_outline_what() = (guint32) (0x2|0x8); // outline RHS and bottom
|
||||||
|
canvas_rect->property_outline_color_rgba() = RGBA_TO_UINT (0, 0, 0, 255);
|
||||||
|
|
||||||
canvas_rect->signal_event().connect (sigc::bind (
|
canvas_rect->signal_event().connect (sigc::bind (
|
||||||
sigc::mem_fun (_trackview.editor(), &PublicEditor::canvas_stream_view_event),
|
sigc::mem_fun (_trackview.editor(), &PublicEditor::canvas_stream_view_event),
|
||||||
|
Loading…
Reference in New Issue
Block a user