Ticket #10848 (closed defect: fixed)
wxAuiNotebook: Incorrect tab indexing after tab move (via DnD)
| Reported by: | JarkkoL | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxAui | Version: | 2.9-svn |
| Keywords: | wxAuiNotebook; tab order; out of order | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
After moving tabs in wxAuiNotebook (via drag-n-drop) and subsequently calling e.g. notebook->GetPageText(i); the index passed to GetPageText() doesn't match the order of tabs as they appear in the notebook. The attached patch should fix this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

