Fix DialogXML crash when parsing <stack>
This commit is contained in:
@@ -200,6 +200,7 @@ bool cStack::parseContent(ticpp::Node& content, int n, std::string tagName, std:
|
||||
}
|
||||
|
||||
void cStack::validatePostParse(ticpp::Element& who, std::string fname, const std::set<std::string>& attrs, const std::multiset<std::string>& nodes) {
|
||||
validatePostParse(who, fname, attrs, nodes);
|
||||
// Don't defer to the superclass, since this is an abstract widget with no position
|
||||
//cControl::validatePostParse(who, fname, attrs, nodes);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user