Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check that rows in wxDataViewListCtrl have the right size
Vectors passed to wxDataViewListCtrl::{Append,Insert,Prepend}Item() functions must have the correct, i.e. equal to the column count, number of items as otherwise accessing them later would result in a crash. Add checks verifying that this is indeed the case. Closes wxWidgets#724
- Loading branch information