Give wxCollapsiblePane's pane a name for easier debugging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -198,7 +198,7 @@ bool wxCollapsiblePane::Create(wxWindow *parent,
|
||||
|
||||
// this the real "pane"
|
||||
m_pPane = new wxPanel(this, wxID_ANY, wxDefaultPosition, wxDefaultSize,
|
||||
wxTAB_TRAVERSAL|wxNO_BORDER);
|
||||
wxTAB_TRAVERSAL|wxNO_BORDER, wxT("wxCollapsiblePanePane") );
|
||||
|
||||
gtk_widget_show(m_widget);
|
||||
m_parent->DoAddChild( this );
|
||||
|
Reference in New Issue
Block a user