mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
many changes to get the cairo-canvas version much, much more functional. still problems with a lot of subtle and not-so-subtle issues
This commit is contained in:
parent
1fda7b293a
commit
ee1f0520a8
10 changed files with 175 additions and 123 deletions
|
|
@ -52,7 +52,7 @@ Rect
|
|||
Rect::translate (Duple t) const
|
||||
{
|
||||
Rect r;
|
||||
|
||||
|
||||
r.x0 = safe_add (x0, t.x);
|
||||
r.y0 = safe_add (y0, t.y);
|
||||
r.x1 = safe_add (x1, t.x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue