Fix DialogXML crash when parsing <stack>

This commit is contained in:
2020-02-23 22:21:03 -05:00
parent c65bac2a8f
commit 5b5bda1435

View File

@@ -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);
}