TechDraw: remove trailing whitespace

This commit is contained in:
luzpaz
2025-08-30 21:26:46 -04:00
committed by Chris Hennes
parent 7a1b55ddfb
commit f7f8ac1552
7 changed files with 19 additions and 19 deletions

View File

@@ -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
'''

View File

@@ -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):