checking that a wxWindow is of run-time type wxWindow is hopefully useless
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -185,10 +185,8 @@ wxObject* wxSizerXmlHandler::Handle_sizer()
|
||||
|
||||
wxCHECK_MSG(m_parentSizer != NULL ||
|
||||
(parentNode && parentNode->GetType() == wxXML_ELEMENT_NODE &&
|
||||
m_parentAsWindow != NULL &&
|
||||
(m_parentAsWindow->IsKindOf(CLASSINFO(wxWindow)))
|
||||
), NULL,
|
||||
wxT("Incorrect use of sizer: parent is not a 'wxWindow'."));
|
||||
m_parentAsWindow), NULL,
|
||||
wxT("Sizer must have a window parent node"));
|
||||
|
||||
if (m_class == wxT("wxBoxSizer"))
|
||||
sizer = Handle_wxBoxSizer();
|
||||
|
Reference in New Issue
Block a user