Explorar el Código

Fix for Issue 227.

Mike Evans hace 9 años
padre
commit
b809192468
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tclCommands/TclCommandOffset.py

+ 1 - 1
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))