From 64bf6f004a35aa61cdc4a22d419ce9d3f4c57579 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Feb 2009 07:04:27 +0000 Subject: Fix a bunch of the ol' trivial audio-specific-for-no-particular-reason things. Re-addition of this sort of thing is now officially punishable by death ;) git-svn-id: svn://localhost/ardour2/branches/3.0@4603 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/streamview.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/streamview.cc') diff --git a/gtk2_ardour/streamview.cc b/gtk2_ardour/streamview.cc index 83cdc61afc..c211804fc4 100644 --- a/gtk2_ardour/streamview.cc +++ b/gtk2_ardour/streamview.cc @@ -57,8 +57,8 @@ StreamView::StreamView (RouteTimeAxisView& tv, ArdourCanvas::Group* group) , region_color(_trackview.color()) , stream_base_color(0xFFFFFFFF) , _layers (1) - , height(tv.height) , _layer_display (Overlaid) + , height(tv.height) , last_rec_data_frame(0) { /* set_position() will position the group */ -- cgit v1.2.3