From: David Robillard Date: Sun, 11 Jan 2015 00:38:21 +0000 (-0500) Subject: Raise regions about tempo lines. X-Git-Tag: 4.0-rc1~689 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=780c17620e53fee1d12af6632c176d920ccca849;p=ardour.git Raise regions about tempo lines. --- 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 */