mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix redraw of automation ControlPoints
This commit is contained in:
parent
322ec39761
commit
0f2ead3d6b
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ Rectangle::compute_bounding_box () const
|
|||
than the rectangle itself.
|
||||
*/
|
||||
|
||||
_bounding_box = r.expand (_outline_width * 0.5);
|
||||
_bounding_box = r.expand (1.0 + _outline_width * 0.5);
|
||||
}
|
||||
|
||||
_bounding_box_dirty = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue