summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-03 19:58:33 +0200
committerRobin Gareus <robin@gareus.org>2014-09-03 20:48:20 +0200
commitbeb5e3e777b0e92e8dde7ee12c324b32c679ff63 (patch)
tree4e805fb856a579f6eeff5e5f6f933e379e7e7187 /gtk2_ardour/ghostregion.cc
parent0ea1238479c9692a2b212cc226b783dce4f1e3c6 (diff)
cont'd work on automation-track headers (amend ba53af1c5)
now that the separator line is at the top, offset region-contents y0 by 1px.
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 759ffb94d2..054030b14f 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, 0));
+ group->set_position (ArdourCanvas::Duple (initial_pos, 1));
base_rect = new ArdourCanvas::Rectangle (group);
CANVAS_DEBUG_NAME (base_rect, "ghost region rect");