You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
469 B

  1. === modified file 'src/osx/dataview_osx.cpp'
  2. --- src/osx/dataview_osx.cpp
  3. +++ src/osx/dataview_osx.cpp
  4. @@ -378,7 +378,6 @@ bool wxDataViewCtrl::Create(wxWindow *parent,
  5. const wxValidator& validator,
  6. const wxString& name)
  7. {
  8. - DontCreatePeer();
  9. if (!(wxControl::Create(parent,id,pos,size,style,validator,name)))
  10. return false;
  11. SetPeer(::CreateDataView(this,parent,id,pos,size,style,GetExtraStyle()));