Fix crash when auto-sizing a wxDataViewCtrl column.
The code was confused about the difference between the model and view columns indices and incorrectly used the former as the latter, which could result in an out of bound array access. Closes #15420. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -579,6 +579,7 @@ All (GUI):
|
||||
- wxPropertyGrid: improve composite flags handling (Jens Lody).
|
||||
- Don't crash laying out wxGridBagSizer with only hidden elements (briceandre).
|
||||
- Fix alignment and transparency of bitmaps in wxDataViewCtrl (Eric Jensen).
|
||||
- Fix crash when auto-sizing a wxDataViewCtrl column (Spencer T. Parkin).
|
||||
- Add wxHtmlTag::GetParamAsString() convenience method.
|
||||
|
||||
wxGTK:
|
||||
|
Reference in New Issue
Block a user