summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ghostregion.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-14 10:28:53 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-14 10:28:53 -0500
commit7ee5d452ffbd543221625867c1b3c73f63338ba6 (patch)
tree7b3459a2f1fa745ab4a578358ac81a611ae7d2d8 /gtk2_ardour/ghostregion.cc
parent7e34ce96c648fc73c09ca4f9ecb8e198187457f8 (diff)
fix vertical placement of ghostregions
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 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);