Fix for Issue 227.

This commit is contained in:
Mike Evans 2017-02-04 16:44:41 +00:00
parent db59ef8edd
commit b809192468

View File

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