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
490 490 491 491 private: 492 492 void OnSize( wxSizeEvent &event ); 493 virtual wxSize GetSizeAvailableForScrollTarget(const wxSize& size) 494 { 495 return size; 496 } 493 497 494 498 // we need to return a special WM_GETDLGCODE value to process just the 495 499 // arrows but let the other navigation characters through
