Moved folding outside the resource files, now saved outside the project.
This commit is contained in:
parent
786ece2375
commit
e647342140
14 changed files with 242 additions and 40 deletions
|
|
@ -1835,7 +1835,7 @@ void Node::set_editable_instance(Node *p_node, bool p_editable) {
|
|||
}
|
||||
}
|
||||
|
||||
bool Node::is_editable_instance(Node *p_node) const {
|
||||
bool Node::is_editable_instance(const Node *p_node) const {
|
||||
|
||||
if (!p_node)
|
||||
return false; //easier, null is never editable :)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue