fix vertical placement of ghostregions
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 14 Feb 2014 15:28:53 +0000 (10:28 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 14 Feb 2014 15:28:53 +0000 (10:28 -0500)
gtk2_ardour/ghostregion.cc

index f75982cc768fa0930e8a8f2651ebaa1cf490ef78..5974f17bad2889c8b4e96cac220b57e50e600d51 100644 (file)
@@ -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);