Motif additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -447,8 +447,8 @@ long wxTreeCtrl::InsertItem( long parent, const wxString& label, int image,
|
||||
|
||||
if (!p->HasChildren()) p->m_hasChildren = TRUE;
|
||||
|
||||
int ch = 0;
|
||||
GetClientSize( (int *) NULL, &ch );
|
||||
int cw = 0, ch = 0;
|
||||
GetClientSize( &cw, &ch );
|
||||
|
||||
PrepareDC( dc );
|
||||
|
||||
|
Reference in New Issue
Block a user