summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-07-16 20:03:16 +0000
committerCarl Hetherington <carl@carlh.net>2010-07-16 20:03:16 +0000
commitda67628bcf19c47d6531e212e8a650d82b1abd4c (patch)
tree8e2e89129d65cab24816ae87440758f488eadbc6 /gtk2_ardour/streamview.cc
parenteb4d9be40c15dd1fc7069eefef684048b98d2226 (diff)
Patch from Lincoln (#3319) to make the range selection box not display trim handles but make it trimmable along the whole edge. Also clean up record box rendering.
git-svn-id: svn://localhost/ardour2/branches/3.0@7431 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.cc')
-rw-r--r--gtk2_ardour/streamview.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/streamview.cc b/gtk2_ardour/streamview.cc
index 2be8e9bfe2..8e8a87d49f 100644
--- a/gtk2_ardour/streamview.cc
+++ b/gtk2_ardour/streamview.cc
@@ -568,7 +568,7 @@ StreamView::update_contents_height ()
}
for (vector<RecBoxInfo>::iterator i = rec_rects.begin(); i != rec_rects.end(); ++i) {
- i->rectangle->property_y2() = height - 1.0;
+ i->rectangle->property_y2() = height;
}
}