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
Description:
wxUiEditor inserts
wxDefaultValidator
which as nothing to do with a wxPanelwxPanel(wxWindow *parent, wxWindowID winid, const wxPoint& pos, const wxSize& size, long style, const wxString& name)
In this example
m_pPLogs
is an instance ofCPLogs
which is awxPanel