From: Paul Davis Date: Fri, 14 Feb 2014 15:28:53 +0000 (-0500) Subject: fix vertical placement of ghostregions X-Git-Tag: 1.0.0~821 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=7ee5d452ffbd543221625867c1b3c73f63338ba6;p=ardour.git fix vertical placement of ghostregions --- diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc index f75982cc76..5974f17bad 100644 --- a/gtk2_ardour/ghostregion.cc +++ b/gtk2_ardour/ghostregion.cc @@ -49,7 +49,7 @@ GhostRegion::GhostRegion (ArdourCanvas::Group* parent, TimeAxisView& tv, TimeAxi base_rect = new ArdourCanvas::Rectangle (group); CANVAS_DEBUG_NAME (base_rect, "ghost region rect"); base_rect->set_x0 (0); - base_rect->set_y0 (0); + base_rect->set_y0 (1.0); base_rect->set_y1 (trackview.current_height()); base_rect->set_outline_what (0);