Skip to content

Commit

Permalink
V0.3 - Rib UI improvement small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FredsFactory authored Oct 25, 2019
1 parent a66cec6 commit 0bae06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airPlaneDesingProfilUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(self):
path_to_ui = FreeCAD.getUserAppDataDir()+ 'Mod/AirPlaneDesign/resources/selectRibProfil.ui'
self.form = FreeCADGui.PySideUic.loadUi(path_to_ui)
profil_dir=FreeCAD.getUserAppDataDir()+ 'Mod/AirPlaneDesign/wingribprofil'
self.filePath=""
#self.filePath=""

#QTreeView.__init__(self)
self.model = QtGui.QFileSystemModel()
Expand Down

0 comments on commit 0bae06d

Please sign in to comment.