const wxPoint& pos,
const wxSize& size,
long style,
- const wxValidator& validator,
+ const wxValidator& wxVALIDATOR_PARAM(validator),
const wxString& name)
{
#if wxUSE_VALIDATORS
wxZeroMemory(rc);
}
- else
- {
- // VZ: I have no idea why is this needed but without it the listbook
- // control shows a tiny vertical scrollbar, make sure that it works
- // correctly if you decide to change this
- rc.bottom += 5;
- }
wxRect rect;
wxCopyRECTToRect(rc, rect);