diff --git a/tclCommands/TclCommandOffset.py b/tclCommands/TclCommandOffset.py index 17ffdaac..63ddc607 100644 --- a/tclCommands/TclCommandOffset.py +++ b/tclCommands/TclCommandOffset.py @@ -50,4 +50,4 @@ class TclCommandOffset(TclCommand.TclCommand): name = args['name'] x, y = args['x'], args['y'] - self.app.collection.get_by_name(name).offset(x, y) + self.app.collection.get_by_name(name).offset((x, y))