Ticket #10054: data_view_crash.patch

File data_view_crash.patch, 0.5 kB (added by Trigve, 3 months ago)
  • include/wx/generic/dataview.h

     
    490490 
    491491private: 
    492492    void OnSize( wxSizeEvent &event ); 
     493    virtual wxSize GetSizeAvailableForScrollTarget(const wxSize& size) 
     494    { 
     495        return size; 
     496    } 
    493497 
    494498    // we need to return a special WM_GETDLGCODE value to process just the 
    495499    // arrows but let the other navigation characters through