X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=blobdiff_plain;f=source%2Fengineer%2Ftimetablepanel.h;h=e9d0a8c8771c4e12394846dab9930847ac64308d;hp=930a0a2cd0e026c36e427826cd47c02c90457ebf;hb=3dd660ffad729fbd6e75e6401f5c7f27b9013faf;hpb=1c15570729bbce44f0518373ca5bf8bf41cfa3b3 diff --git a/source/engineer/timetablepanel.h b/source/engineer/timetablepanel.h index 930a0a2..e9d0a8c 100644 --- a/source/engineer/timetablepanel.h +++ b/source/engineer/timetablepanel.h @@ -23,6 +23,7 @@ private: R2C2::TrackChain *target; Msp::GLtk::Label *lbl_target; Msp::GLtk::Entry *ent_time; + Msp::GLtk::Dropdown *drp_direction; Msp::GLtk::BasicListData rows; bool target_pick;