mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
a few changes to fix region dragging, all related to coordinate system handling, which is now much simpler with the new canvas; more debugging output when asked for
This commit is contained in:
parent
cfe4bfb732
commit
af4539f857
11 changed files with 117 additions and 97 deletions
|
|
@ -108,9 +108,12 @@ public:
|
|||
/* XXX: it's a pity these aren't the same form as item_to_parent etc.,
|
||||
but it makes a bit of a mess in the rest of the code if they are not.
|
||||
*/
|
||||
void canvas_to_item (Coord &, Coord &) const;
|
||||
|
||||
void canvas_to_item (Coord &, Coord &) const;
|
||||
Duple canvas_to_item (Duple const &) const;
|
||||
void item_to_canvas (Coord &, Coord &) const;
|
||||
Rect item_to_canvas (Rect const &) const;
|
||||
Duple item_to_canvas (Duple const &) const;
|
||||
|
||||
void raise_to_top ();
|
||||
void raise (int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue