FredsFactory / FreeCAD_AirPlaneDesign

FreeCAD WorkBench Air Plane Design
GNU Lesser General Public License v2.1
79 stars 14 forks source link

Fix remaining choord typos #18

Closed adrianinsaval closed 4 years ago

adrianinsaval commented 4 years ago

Hi, when testing the workbench after updating today I found this bug:

Running the Python command 'airPlaneDesingWRib' failed:
Traceback (most recent call last):
  File "/home/adrian/.FreeCAD/Mod/AirPlaneDesign/airPlaneRib.py", line 171, in Activated
    WingRib(a,b.text(),True,int(editor.form.nacaNbrPoint.value()),editor.form.choord.value(),0,0,0,0,0,0,(editor.form.kingOfLines.isChecked() == True))

'PySide2.QtWidgets.QDialog' object has no attribute 'choord'

This pull request fixes it.