Fix T64253: missing update when moving nodegroup input/output sockets up or down

Reviewers: brecht

Maniphest Tasks: T64253

Differential Revision: https://developer.blender.org/D4959
This commit is contained in:
2019-05-27 18:31:02 +02:00
parent ab71991a78
commit eed19d9f45

View File

@@ -2418,6 +2418,7 @@ static int ntree_socket_move_exec(bContext *C, wmOperator *op)
}
}
ntree->update |= NTREE_UPDATE_GROUP;
ntreeUpdateTree(CTX_data_main(C), ntree);
snode_notify(C, snode);