wxWidgets/include
Vadim Zeitlin 1c0a0736a3 Don't use generic wxListCtrl style for wxListMainWindow.
This resulted in double border around wxListCtrl contents in wxOSX and almost
certainly other ports except wxGTK for which we already had an explicit
preprocessor check in the generic list control code. Remove it and simply
don't use any wxListCtrl-specific styles, including borders, for its main
window as it doesn't make any sense.

Closes #3701.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-06-12 21:41:50 +00:00
..
msvc/wx Add support for MSVC 11 (a.k.a. MSVS 2012) to MSVC-specific setup.h. 2012-06-01 22:34:21 +00:00
wx Don't use generic wxListCtrl style for wxListMainWindow. 2012-06-12 21:41:50 +00:00