Make PluginDisplay::update_height_alloc() virtual

... so that it no longer hides
ProcessorBox::PluginInlineDisplay::update_height_alloc()
This commit is contained in:
Johannes Mueller 2017-08-15 18:17:00 +02:00
parent c2afd958ba
commit c0326ec47e
1 changed files with 1 additions and 1 deletions

View File

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