summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-01-10 19:38:21 -0500
committerDavid Robillard <d@drobilla.net>2015-01-10 19:38:21 -0500
commit780c17620e53fee1d12af6632c176d920ccca849 (patch)
treef98e889c86560dac27a7fd4bd6c40ecb7714ca1f /gtk2_ardour/editor_canvas.cc
parentf53f0afb5cc51c7bce0abaa2d8b446e8f06438a4 (diff)
Raise regions about tempo lines.
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 52cd448642..335117114f 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -231,6 +231,7 @@ Editor::initialize_canvas ()
logo_item->lower_to_bottom ();
}
+ hv_scroll_group->raise_to_top ();
_canvas_drop_zone = new ArdourCanvas::Rectangle (hv_scroll_group, ArdourCanvas::Rect (0.0, 0.0, ArdourCanvas::COORD_MAX, 0.0));
/* this thing is transparent */