Ticket #10054 (closed defect: fixed)
assert with wxDataViewCtrl
| Reported by: | Trigve | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | GUI-generic | Version: | 2.9-svn |
| Keywords: | wxDataViewCtrl assert | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
I've got assertion in wx\scrlowin.h
virtual wxSize GetSizeAvailableForScrollTarget(const wxSize& size)
{
wxASSERT_MSG( m_targetWindow == m_win, "must be overridden" );
return size;
}
when using wxDataViewCtrl. I'm attaching a patch
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
