13
0

Fix region name highlight drawing slightly (#2948)

git-svn-id: svn://localhost/ardour2/branches/3.0@8031 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-11-14 17:26:50 +00:00
parent 5c27c2dc50
commit 39fc90abda

View File

@ -800,12 +800,7 @@ TimeAxisViewItem::reset_width_dependent_items (double pixel_width)
high_enough_for_name = true;
}
if (visibility & FullWidthNameHighlight) {
name_highlight->property_x2() = pixel_width;
} else {
name_highlight->property_x2() = pixel_width - 1.0;
}
}
if (frame) {