Made timer compile and maybe work.
    Fixed display bug in wxListCtrl.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-02-16 10:59:55 +00:00
parent ca39e4095a
commit 8ac7c50924
4 changed files with 8 additions and 12 deletions

View File

@@ -4581,7 +4581,7 @@ bool wxListCtrl::Create(wxWindow *parent,
style = style | wxLC_LIST;
}
if ( !wxControl::Create( parent, id, pos, size, style, validator, name ) )
if ( !wxControl::Create( parent, id, pos, size, style, validator, "listctrl" ) )
return FALSE;
// don't create the inner window with the border