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