Skip to content

Commit

Permalink
NodeGraphUndoRedo: copy-paste bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Jun 28, 2017
1 parent 685eab9 commit a3ff3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gui/NodeGraphUndoRedo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ GroupFromSelectionCommand::redo()
offsetY = inputY - originalY;
} else {
offsetX = originalX;
offsetX = originalY - 100;
offsetY = originalY;
}
double thisInputX, thisInputY;
it2->node->getPosition(&thisInputX, &thisInputY);
Expand Down

0 comments on commit a3ff3ab

Please sign in to comment.