mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-20 20:36:01 +01:00
stupid hack to fix rectangle damage noise
This commit is contained in:
parent
fc94f71d5a
commit
52c8b6d66a
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ Rectangle::compute_bounding_box () const
|
|||
box for the right and bottom edges, see ::render() above
|
||||
*/
|
||||
|
||||
// r.x1 += 0.5;
|
||||
r.x1 += 1.0; // XXX this makes no sense but is necessary
|
||||
r.y1 += 0.5;
|
||||
|
||||
_bounding_box = r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue