KeyWorksRW / wxUiEditor

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

Bug: setting "window_name" for a child of type wxPanel, the generated code is wrong #1276

Closed rossanoparis closed 12 months ago

rossanoparis commented 12 months ago

Description:

wxUiEditor inserts wxDefaultValidator which as nothing to do with a wxPanel wxPanel(wxWindow *parent, wxWindowID winid, const wxPoint& pos, const wxSize& size, long style, const wxString& name)

In this example m_pPLogs is an instance of CPLogs which is a wxPanel image