mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
slightly increase size of a Canvas::PolyItem, to avoid left-over pixels when dragging (as well as other general incorrectness
This commit is contained in:
parent
4cf21bd462
commit
66115ee7f7
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ PolyItem::compute_bounding_box () const
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
|
|
||||||
_bounding_box = bbox.expand (_outline_width);
|
_bounding_box = bbox.expand (_outline_width + 0.5);
|
||||||
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue