Fix crash when deleting items in wxTreeListCtrl
An invalid pointer was dereferenced after being deleted as ToDVI(item) checked the item parent, i.e. used it, even though the item was already invalid. Closes #17198.
This commit is contained in:
@@ -589,6 +589,7 @@ Unix:
|
||||
All (GUI):
|
||||
|
||||
- Fix hang when deleting columns from wxTreeListCtrl.
|
||||
- Fix crash when deleting items from wxTreeListCtrl (Rexxar).
|
||||
- Allow requesting modern (3.x+) OpenGL version in wxGLCanvas (Fabio Arnold).
|
||||
- Allow using Ctrl-dragging to add to selection in wxGrid (Knut Petter Lehre).
|
||||
- Fix several floating point rounding bugs in wxPropertyGrid (Artur Wieczorek).
|
||||
|
Reference in New Issue
Block a user