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:
parent
edc3072c9d
commit
a91a64da8e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue