KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
61 stars 6 forks source link

Bug: Code generation error for wxEVT_UPDATE_UI in wxStaticBoxSizer #1378

Closed KeyWorksRW closed 5 months ago

KeyWorksRW commented 6 months ago

Description:

wxEVT_UPDATE_UI for staticCheckBoxSizer generates the wrong bind code:

MyDlg->GetStaticBox()->Bind(wxEVT_UPDATE_UI, &MyDlg::OnUpdateUi, this);