TechDraw: remove trailing whitespace
This commit is contained in:
@@ -114,7 +114,7 @@ class CommandPositionSectionView:
|
||||
Parameters:
|
||||
p1, p2 : vertices of the hypotenuse
|
||||
dir : direction vector of one leg (kathete)
|
||||
|
||||
|
||||
Returns:
|
||||
p3 : the third vertex completing the right triangle
|
||||
'''
|
||||
|
||||
@@ -94,7 +94,7 @@ class TaskHoleShaftFit:
|
||||
self.form.rbHoleBase.clicked.connect(partial(self.on_HoleShaftChanged, True))
|
||||
self.form.rbShaftBase.clicked.connect(partial(self.on_HoleShaftChanged, False))
|
||||
self.form.cbField.currentIndexChanged.connect(self.on_FieldChanged)
|
||||
|
||||
|
||||
App.setActiveTransaction("Add hole or shaft fit")
|
||||
|
||||
def setHoleFields(self):
|
||||
|
||||
Reference in New Issue
Block a user