Menu

#9 'Left' amd 'Right' labels reversed on Generator

accepted
None
5
2024-09-17
2024-09-17
No

Just a typo, around line 315 I think,
wxStaticBoxSizer sizer_GenEnL = new wxStaticBoxSizer(sizer_gen_r_staticbox, wxVERTICAL);
wxStaticBoxSizer
sizer_GenEnR = new wxStaticBoxSizer(sizer_gen_l_staticbox, wxVERTICAL);

Great piece of software!

Discussion

  • Walter Schweizer

    Dear Keith,

    Thanks for reporting the issue. Yes, line 315 is the place where I swapped the box labels.

    Best Regards Walter

     
  • Walter Schweizer

    • status: open --> accepted
    • assigned_to: Walter Schweizer
     

Log in to post a comment.