Getting borders working

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-11-13 14:27:26 +00:00
parent 6257c7261f
commit e50488546a
4 changed files with 10 additions and 6 deletions

View File

@@ -562,8 +562,6 @@ bool wxGenericDirCtrl::Create(wxWindow *parent,
if ((style & wxDIRCTRL_3D_INTERNAL) == 0)
treeStyle |= wxNO_BORDER;
else
treeStyle |= wxBORDER_SUNKEN;
m_treeCtrl = CreateTreeCtrl(this, wxID_TREECTRL,
wxPoint(0,0), GetClientSize(), treeStyle);