Now close the CadQuery code editor properly.

This commit is contained in:
Jeremy Wright 2015-06-10 17:06:49 -04:00
parent 29b22af147
commit 03bfe4772b

View File

@ -98,6 +98,7 @@ class CadQueryCloseScript:
#Clear our script and whatever was rendered by it out
cqCodePane.file.close()
cqCodePane.close()
class CadQueryExecuteExample:
exFile = None