X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdesigner%2Fzoneproperties.h;h=8169f87a6bfd2c58d7cfbd3fac934f3c68f049d6;hb=9a2fd67cec715e371e293be638b126e0d1b2148d;hp=c27cadb54e4a22e623931cf0d840211288d7fafb;hpb=3907520897611cb1b5f2f938c60d3eaff34477a5;p=r2c2.git diff --git a/source/designer/zoneproperties.h b/source/designer/zoneproperties.h index c27cadb..8169f87 100644 --- a/source/designer/zoneproperties.h +++ b/source/designer/zoneproperties.h @@ -15,6 +15,7 @@ private: Msp::GLtk::Entry *ent_number; Msp::GLtk::FunctionListData up_directions; Msp::GLtk::Dropdown *drp_up_direction; + Msp::GLtk::Dropdown *drp_preferred_dir; public: ZoneProperties(R2C2::Zone &);