Skip to content

Commit

Permalink
Update NodeGraph10.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Oct 17, 2021
1 parent 9f7d420 commit a7b12cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gui/NodeGraph10.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ NodeGraph::mousePressEvent(QMouseEvent* e)

if ( ( (nearbyItemCode == eNearbyItemNode) || (nearbyItemCode == eNearbyItemBackdropFrame) ) && groupEdited ) {
assert(nearbyNode);
#pragma message WARN("TODO: if control is held, select all the nodes above, see https://github.com/MrKepzie/Natron/issues/497")
#pragma message WARN("TODO: if control is held, select all the nodes above, see https://github.com/NatronGitHub/Natron/issues/97")
NodeGuiPtr selectedNode = nearbyNode->shared_from_this();

didSomething = true;
Expand Down

0 comments on commit a7b12cf

Please sign in to comment.