fitted_canvas: virtual accessor will be useful for mb

This commit is contained in:
Ben Loftis 2022-01-02 16:05:55 -06:00
parent e784aa5d34
commit 942e362e18
1 changed files with 3 additions and 0 deletions

View File

@ -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;