X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fprocessor_box.cc;h=a25ac0de401d4514e5b7b1f8be4d67765ef86644;hb=4a60c277dbf28b5fd371a04e5d7ca3d7b8df669f;hp=476d6c099520c12a0da648a4ef3c82dc4c163c76;hpb=a61ae46c82616eff3ec1f8dd1e1385cad227d25e;p=ardour.git diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index 476d6c0995..a25ac0de40 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -1646,6 +1646,12 @@ ProcessorEntry::PluginInlineDisplay::update_height_alloc (uint32_t inline_height _scroll = sc; } +void +ProcessorEntry::PluginInlineDisplay::display_frame (cairo_t* cr, double w, double h) +{ + Gtkmm2ext::rounded_rectangle (cr, .5, -1.5, w - 1, h + 1, 7); +} + ProcessorEntry::LuaPluginDisplay::LuaPluginDisplay (ProcessorEntry& e, boost::shared_ptr p, uint32_t max_height) : PluginInlineDisplay (e, p, max_height) , _luaproc (p)