mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
handle enter/leave items when zooming and scrolling occur
This commit is contained in:
parent
7bbd28aa08
commit
7ce86cec7d
4 changed files with 20 additions and 7 deletions
|
|
@ -107,6 +107,8 @@ public:
|
|||
void scroll_to (Coord x, Coord y);
|
||||
virtual Rect visible_area () const = 0;
|
||||
|
||||
void zoomed();
|
||||
|
||||
std::string indent() const;
|
||||
std::string render_indent() const;
|
||||
void dump (std::ostream&) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue