packs with missing dependencies test
This commit is contained in:
@@ -29,6 +29,9 @@ void UINode::setEnabled(bool flag) {
|
||||
}
|
||||
|
||||
bool UINode::isEnabled() const {
|
||||
if (enabled && parent) {
|
||||
return parent->isEnabled();
|
||||
}
|
||||
return enabled;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user