diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index 8338025dba..31f88779ca 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -1044,13 +1044,6 @@ wxRect wxListCtrl::GetViewRect() const 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);