Files
wxWidgets/src
Blake-MaddenandVadim Zeitlin 3f9d34b4a1 Check that wxRibbonBar tab icon is valid before using it
Using invalid item resulted in an assert, avoid it by checking if it is
valid before using it.

Also avoid calling GetIcon() and GetLogicalWidth() twice in a row by
storing the result in a variable.

Closes #25881.

Co-authored-by: Vadim Zeitlin <vadim@wxwidgets.org>
2025-10-15 22:19:44 +02:00
..