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:
Philipp Oeser 2019-05-27 18:31:02 +02:00
parent ab71991a78
commit eed19d9f45
Notes: blender-bot 2023-03-24 17:05:22 +01:00
Referenced by issue #64253, Node group input not updating
1 changed files with 1 additions and 0 deletions

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