summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-04 16:14:01 +0200
committerRobin Gareus <robin@gareus.org>2014-09-04 16:14:01 +0200
commit70358639de97e011abff786a86b712cea283c0a4 (patch)
tree8e1c5f73b2ea4e7c4bd29c325feba99b61df529c /gtk2_ardour/ghostregion.cc
parentdc4ee8196f3cd5c310307152e0ff479e65a808fa (diff)
Revert "cont'd work on automation-track headers (amend ba53af1c5)"
This reverts commit beb5e3e777b0e92e8dde7ee12c324b32c679ff63.
Diffstat (limited to 'gtk2_ardour/ghostregion.cc')
-rw-r--r--gtk2_ardour/ghostregion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc
index 054030b14f..759ffb94d2 100644
--- a/gtk2_ardour/ghostregion.cc
+++ b/gtk2_ardour/ghostregion.cc
@@ -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");