From 4ca8b2b86cc4817ac7d9e7ed20e223136126b189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Fri, 31 Mar 2017 11:24:40 +0200 Subject: [PATCH] Minor changes for extended preferences dialog box. --- QtPyLoT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QtPyLoT.py b/QtPyLoT.py index ecbfa8e2..660df20a 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -1141,7 +1141,7 @@ class MainWindow(QMainWindow): QMainWindow.closeEvent(self, event) def PyLoTprefs(self): - props = PropertiesDlg(self) + props = PropertiesDlg(self, infile=self.getinfile()) if props.exec_(): return