mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Make PluginDisplay::update_height_alloc() virtual
... so that it no longer hides ProcessorBox::PluginInlineDisplay::update_height_alloc()
This commit is contained in:
parent
c2afd958ba
commit
c0326ec47e
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ protected:
|
|||
_qdraw_connection.disconnect ();
|
||||
}
|
||||
|
||||
void update_height_alloc (uint32_t inline_height);
|
||||
virtual void update_height_alloc (uint32_t inline_height);
|
||||
virtual uint32_t render_inline (cairo_t *, uint32_t width);
|
||||
|
||||
virtual void display_frame (cairo_t* cr, double w, double h);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue