Minor changes for extended preferences dialog box.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user