Fixed small bug in macro
This commit is contained in:
parent
1f024befc0
commit
e682c78886
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ class ConfigDialog(QtGui.QDialog):
|
||||||
if self.lineEdit_2.text():
|
if self.lineEdit_2.text():
|
||||||
cw.set("pushurl", str(self.lineEdit_2.text()))
|
cw.set("pushurl", str(self.lineEdit_2.text()))
|
||||||
cw.release()
|
cw.release()
|
||||||
QtGui.QDialog.accept()
|
QtGui.QDialog.accept(self)
|
||||||
|
|
||||||
if QtCore.QDir(LIBRARYPATH).exists():
|
if QtCore.QDir(LIBRARYPATH).exists():
|
||||||
m = FreeCADGui.getMainWindow()
|
m = FreeCADGui.getMainWindow()
|
||||||
|
|
Loading…
Add table
Reference in a new issue