mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
allow derived classes to access Item::{scroll,position}_offset(), mostly for debugging purposes
This commit is contained in:
parent
98b66b9f3d
commit
589e59d7a1
1 changed files with 3 additions and 3 deletions
|
|
@ -291,15 +291,15 @@ protected:
|
|||
void add_child_bounding_boxes() const;
|
||||
void render_children (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const;
|
||||
|
||||
Duple scroll_offset() const;
|
||||
Duple position_offset() const;
|
||||
|
||||
private:
|
||||
void init ();
|
||||
|
||||
std::string _tooltip;
|
||||
bool _ignore_events;
|
||||
|
||||
Duple scroll_offset() const;
|
||||
Duple position_offset() const;
|
||||
|
||||
void find_scroll_parent ();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue