Fixed some valgrind errors from using uninitialized variables in
[ardour.git] / gtk2_ardour / imageframe.cc
index a6874e1b978be11ef99829f97e14b9f5cf96aec5..bc59fec2c0cb2ce4c4e4aca948001f16c955ffb8 100644 (file)
@@ -167,12 +167,18 @@ Glib::PropertyProxy_ReadOnly<double> ImageFrame::property_drawwidth() const
 {
        return Glib::PropertyProxy_ReadOnly<double> (this, "drawwidth");
 }
-
+Glib::PropertyProxy<double> ImageFrame::property_height()
+{
+       return Glib::PropertyProxy<double> (this, "height");
+}
+Glib::PropertyProxy_ReadOnly<double> ImageFrame::property_height() const
+{
+       return Glib::PropertyProxy_ReadOnly<double> (this, "height");
+}
 Glib::PropertyProxy<Gtk::AnchorType> ImageFrame::property_anchor() 
 {
   return Glib::PropertyProxy<Gtk::AnchorType>(this, "anchor");
 }
-
 Glib::PropertyProxy_ReadOnly<Gtk::AnchorType> ImageFrame::property_anchor() const
 {
   return Glib::PropertyProxy_ReadOnly<Gtk::AnchorType>(this, "anchor");