Use theme border in wxListCtrl sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -425,7 +425,7 @@ void MyFrame::RecreateList(long flags, bool withText)
|
||||
m_listCtrl = new MyListCtrl(m_panel, LIST_CTRL,
|
||||
wxDefaultPosition, wxDefaultSize,
|
||||
flags |
|
||||
wxSUNKEN_BORDER | wxLC_EDIT_LABELS);
|
||||
wxBORDER_THEME | wxLC_EDIT_LABELS);
|
||||
|
||||
switch ( flags & wxLC_MASK_TYPE )
|
||||
{
|
||||
|
Reference in New Issue
Block a user