summaryrefslogtreecommitdiff
path: root/src/ngspice_ghdl.py
diff options
context:
space:
mode:
authorrahulp132020-08-06 00:41:48 +0530
committerrahulp132020-08-06 00:41:48 +0530
commitd979750ea831bae780da20fefd92a93b026702c2 (patch)
tree6cac38446ae8571a0bb15686a79cebf990f3dd84 /src/ngspice_ghdl.py
parent906e279f2245613a699fb9cb174c28f42adf6f4b (diff)
downloadnghdl-d979750ea831bae780da20fefd92a93b026702c2.tar.gz
nghdl-d979750ea831bae780da20fefd92a93b026702c2.tar.bz2
nghdl-d979750ea831bae780da20fefd92a93b026702c2.zip
added NGHDL main window as parent to the message windows
Diffstat (limited to 'src/ngspice_ghdl.py')
-rwxr-xr-xsrc/ngspice_ghdl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngspice_ghdl.py b/src/ngspice_ghdl.py
index 56dd79a..fd17d7f 100755
--- a/src/ngspice_ghdl.py
+++ b/src/ngspice_ghdl.py
@@ -304,7 +304,7 @@ class Mainwindow(QtWidgets.QWidget):
if Appconfig.esimFlag == 1:
if not self.errorFlag:
print('Creating library files................................')
- schematicLib = AutoSchematic(self.modelname)
+ schematicLib = AutoSchematic(self, self.modelname)
schematicLib.createKicadLibrary()
else:
QtWidgets.QMessageBox.critical(