From 03bfe4772b16421a58e5d9a4da32de212928975b Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 10 Jun 2015 17:06:49 -0400 Subject: [PATCH] Now close the CadQuery code editor properly. --- CadQuery/Gui/Command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/CadQuery/Gui/Command.py b/CadQuery/Gui/Command.py index 906d33d..d705961 100644 --- a/CadQuery/Gui/Command.py +++ b/CadQuery/Gui/Command.py @@ -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