mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 17:02:51 +08:00
This ensures that they are always initialized, even when the default ctor is used, which wasn't the case before for m_help_button_hovered which was never set in this case, resulting in UBSAN errors when running the ribbon sample.