Fix wxRibbonToolBar default CTOR to call init helper

This commit is contained in:
Blake-Madden
2026-08-16 09:56:06 -04:00
parent d5eccea262
commit b4d93a62c4
+1
View File
@@ -76,6 +76,7 @@ wxEND_EVENT_TABLE()
wxRibbonToolBar::wxRibbonToolBar()
{
CommonInit(0);
}
wxRibbonToolBar::wxRibbonToolBar(wxWindow* parent,