summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-16 07:04:27 +0000
committerDavid Robillard <d@drobilla.net>2009-02-16 07:04:27 +0000
commit64bf6f004a35aa61cdc4a22d419ce9d3f4c57579 (patch)
treecdb93a82e66d9b9bdb155b9e3a4da64bc6d0e247 /gtk2_ardour/streamview.cc
parentf12cfb3d87295daa8fc622f2200476e661ebb6fe (diff)
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
Diffstat (limited to 'gtk2_ardour/streamview.cc')
-rw-r--r--gtk2_ardour/streamview.cc2
1 files changed, 1 insertions, 1 deletions
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 */