Arch: Window presets

This commit is contained in:
Yorik van Havre
2013-10-17 16:29:47 -03:00
parent bb01ec1605
commit 8781ffb883
17 changed files with 4635 additions and 257 deletions

View File

@@ -474,7 +474,7 @@ class _CommandStructure:
QtCore.QObject.connect(value5,QtCore.SIGNAL("pressed()"),self.rotate)
return w
def update(self,point):
def update(self,point,info):
"this function is called by the Snapper when the mouse is moved"
if self.Height >= self.Length:
delta = Vector(0,0,self.Height/2)