فهرست منبع

Fix for Issue 227.

Mike Evans 9 سال پیش
والد
کامیت
b809192468
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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))