wxWidgets/include
Stefan Ziegler e1a702a205 Fix removing and inserting pages in wxToolbook
Removing a page from wxToolbook could result in crashes due to
dereferencing the now invalid page index. Fix this by not assuming that
the page index is the same as its tool ID, but adding functions to
explicitly map one to the other.

Also fix inserting pages into wxToolbook, which worked as appending them
before.

Closes https://github.com/wxWidgets/wxWidgets/pull/1042

Closes #18275.
2018-12-05 17:23:57 +01:00
..
msvc/wx Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00
wx Fix removing and inserting pages in wxToolbook 2018-12-05 17:23:57 +01:00