Revert "cont'd work on automation-track headers (amend ba53af1c5)"
[ardour.git] / gtk2_ardour / ghostregion.cc
index 054030b14f5c298d5c9660352f263b9f87056ea6..759ffb94d23a824823f5f8c682c5deda89559093 100644 (file)
@@ -44,7 +44,7 @@ GhostRegion::GhostRegion (ArdourCanvas::Container* parent, TimeAxisView& tv, Tim
 {
        group = new ArdourCanvas::Container (parent);
        CANVAS_DEBUG_NAME (group, "ghost region");
-       group->set_position (ArdourCanvas::Duple (initial_pos, 1));
+       group->set_position (ArdourCanvas::Duple (initial_pos, 0));
 
        base_rect = new ArdourCanvas::Rectangle (group);
        CANVAS_DEBUG_NAME (base_rect, "ghost region rect");