Removed redundant project file
Updated release scripts Reduced widgets sample size Put back some conditional compilation for dir ctrl style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -504,8 +504,10 @@ bool wxGenericDirCtrl::Create(wxWindow *parent,
|
||||
|
||||
long treeStyle = wxTR_HAS_BUTTONS;
|
||||
|
||||
#ifdef __WXMSW__
|
||||
if (style & wxDIRCTRL_EDITABLE)
|
||||
treeStyle |= wxTR_EDIT_LABELS;
|
||||
#endif
|
||||
|
||||
#ifndef __WXMSW__
|
||||
// FIXME, doesn't work for some reason
|
||||
|
Reference in New Issue
Block a user