use tab instead of space
This commit is contained in:
parent
4a71142623
commit
25f8f5339a
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ void Node::move_child(Node *p_child,int p_pos) {
|
|||
data.children[i]->data.pos=i;
|
||||
}
|
||||
// notification second
|
||||
move_child_notify(p_child);
|
||||
move_child_notify(p_child);
|
||||
for (int i=0;i<data.children.size();i++) {
|
||||
data.children[i]->notification( NOTIFICATION_MOVED_IN_PARENT );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue