X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Fzoneproperties.h;h=c27cadb54e4a22e623931cf0d840211288d7fafb;hb=1c15570729bbce44f0518373ca5bf8bf41cfa3b3;hp=a69d02a984b4e4a48b76855ea61fc51f64a30bb3;hpb=d15ac13f2e170f155b4bbd124df48400c339b644;p=r2c2.git diff --git a/source/designer/zoneproperties.h b/source/designer/zoneproperties.h index a69d02a..c27cadb 100644 --- a/source/designer/zoneproperties.h +++ b/source/designer/zoneproperties.h @@ -13,6 +13,8 @@ private: Msp::GLtk::Entry *ent_group; Msp::GLtk::Dropdown *drp_qualifier; Msp::GLtk::Entry *ent_number; + Msp::GLtk::FunctionListData up_directions; + Msp::GLtk::Dropdown *drp_up_direction; public: ZoneProperties(R2C2::Zone &);