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:
parent
5c27c2dc50
commit
39fc90abda
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user