#endif
if ( !wxControl::Create(parent, id, pos, size, style,
- wxDefaultValidator, name) )
+ validator, name) )
return FALSE;
SetWindow(this);
height = ((height - hBorders + hLine - 1) / hLine)*hLine + hBorders;
}
- wxListBoxBase::DoSetSize(x, y, width, height);
+ wxListBoxBase::DoSetSize(x, y, width, height, sizeFlags);
}
wxSize wxListBox::DoGetBestClientSize() const