mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
tiny red dots, be gone (expand poly_item bounding box by correct (?) amount)
This commit is contained in:
parent
ec0be1310f
commit
032f394b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ PolyItem::compute_bounding_box () const
|
|||
++i;
|
||||
}
|
||||
|
||||
_bounding_box = bbox.expand (_outline_width / 2);
|
||||
_bounding_box = bbox.expand (_outline_width);
|
||||
|
||||
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue