wxWidgets Debug Alert occurs when the following procedure is done on SVN 12537 (Nightly 11-Nov-2021)
1) Undock the BrowserTracker toolbar so it becomes a floating window
2) Close C::B
3) The Following wxWidget assert occurs:
[Window Title] wxWidgets Debug Alert
[Main Instruction] A debugging check in this application has failed.
[Content] ../../src/common/tbarbase.cpp(324): assert ""pos < GetToolsCount()"" failed in DeleteToolByPos(): invalid position in wxToolBar::DeleteToolByPos()
This happens with more toolbars, p.e. IncrementalSearch. I have not tried, but probably all toolbars have the same problem.
I agree. I have seen with a number of other floating windows.
On the flip side the debug windows seem to be okay.
I think it is actually a problem in wxAUIManager code.
The AUI sample does not fail, must be something else.
Fixed in [r12684]
Related
Commit: [r12684]