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)
|
QMainWindow.closeEvent(self, event)
|
||||||
|
|
||||||
def PyLoTprefs(self):
|
def PyLoTprefs(self):
|
||||||
props = PropertiesDlg(self)
|
props = PropertiesDlg(self, infile=self.getinfile())
|
||||||
if props.exec_():
|
if props.exec_():
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user