From a91a64da8ec5aa3916d06e77875d8ae5e13cfd9f Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 22 Jan 2009 15:11:35 +0000 Subject: [PATCH] Use theme border in wxListCtrl sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/listctrl/listtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/listctrl/listtest.cpp b/samples/listctrl/listtest.cpp index f18999f66d..497cc83cbd 100644 --- a/samples/listctrl/listtest.cpp +++ b/samples/listctrl/listtest.cpp @@ -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 ) { -- 2.47.2