*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
1b6d97f9b8
commit
098963c350
@ -2697,11 +2697,9 @@ bool wxListCtrl::Create(wxWindow *parent,
|
||||
{
|
||||
style = style | wxLC_LIST;
|
||||
}
|
||||
|
||||
//
|
||||
// FIXME BJ: as wxControl derives from wxWindow, a validator cannot be passed as parameter
|
||||
// bool ret = wxControl::Create( parent, id, pos, size, style, validator, name );
|
||||
bool ret = wxControl::Create( parent, id, pos, size, style, name );
|
||||
|
||||
bool ret = wxControl::Create( parent, id, pos, size, style, validator, name );
|
||||
|
||||
|
||||
if (style & wxSUNKEN_BORDER)
|
||||
style -= wxSUNKEN_BORDER;
|
||||
|
Loading…
Reference in New Issue
Block a user