Kaynağa Gözat

Fix for Issue 227.

Mike Evans 9 yıl önce
ebeveyn
işleme
b809192468
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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))