mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fitted_canvas: virtual accessor will be useful for mb
This commit is contained in:
parent
e784aa5d34
commit
942e362e18
1 changed files with 3 additions and 0 deletions
|
|
@ -45,6 +45,9 @@ public:
|
|||
|
||||
void on_size_allocate (Gtk::Allocation&);
|
||||
|
||||
virtual float nominal_width() {return _nominal_width;}
|
||||
virtual float nominal_height() {return _nominal_height;}
|
||||
|
||||
private:
|
||||
ArdourCanvas::Rect _allocation;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue