74Print(string.Format("Duplicate instance of UI component %1 found on widget '%2'! The component is marked as unique, only one instance is allowed.", Type(), w.GetName()), LogLevel.WARNING);
75return;
76 }
77 }
78
79if (m_Root.GetMenu())
80 {
81//--- Execute after delay to make sure all new components are registered first