X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fimageframe.cc;h=bc59fec2c0cb2ce4c4e4aca948001f16c955ffb8;hb=aa60114843f4990ef93ba83974501495ddda358b;hp=a6874e1b978be11ef99829f97e14b9f5cf96aec5;hpb=3ff9964885eee5f7654e5ae562cadfaa1e998fe9;p=ardour.git diff --git a/gtk2_ardour/imageframe.cc b/gtk2_ardour/imageframe.cc index a6874e1b97..bc59fec2c0 100644 --- a/gtk2_ardour/imageframe.cc +++ b/gtk2_ardour/imageframe.cc @@ -167,12 +167,18 @@ Glib::PropertyProxy_ReadOnly ImageFrame::property_drawwidth() const { return Glib::PropertyProxy_ReadOnly (this, "drawwidth"); } - +Glib::PropertyProxy ImageFrame::property_height() +{ + return Glib::PropertyProxy (this, "height"); +} +Glib::PropertyProxy_ReadOnly ImageFrame::property_height() const +{ + return Glib::PropertyProxy_ReadOnly (this, "height"); +} Glib::PropertyProxy ImageFrame::property_anchor() { return Glib::PropertyProxy(this, "anchor"); } - Glib::PropertyProxy_ReadOnly ImageFrame::property_anchor() const { return Glib::PropertyProxy_ReadOnly(this, "anchor");