]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
no message
[wxWidgets.git] / src / msw / listctrl.cpp
index 584df93945b2478794c0411d2665bbf1d9b230a6..6a0e5dec10851cf425fae54f9de52fa3e69fcf0f 100644 (file)
@@ -97,8 +97,7 @@ bool wxListCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, con
 
   // Even with extended styles, need to combine with WS_BORDER
   // for them to look right.
-  if (want3D || (m_windowStyle & wxSIMPLE_BORDER) || (m_windowStyle & wxRAISED_BORDER) ||
-       (m_windowStyle & wxSUNKEN_BORDER) || (m_windowStyle & wxDOUBLE_BORDER))
+  if ( want3D || wxStyleHasBorder(m_windowStyle) )
     wstyle |= WS_BORDER;
 
   wstyle |= LVS_SHAREIMAGELISTS;