Compare commits
2 Commits
5449210797
...
e9cc579cf6
Author | SHA1 | Date | |
---|---|---|---|
e9cc579cf6 | |||
f1fd52b750 |
1
PyLoT.py
1
PyLoT.py
@ -3729,6 +3729,7 @@ class MainWindow(QMainWindow):
|
||||
|
||||
def closeEvent(self, event):
|
||||
if self.okToContinue():
|
||||
self.logwidget.close()
|
||||
event.accept()
|
||||
else:
|
||||
event.ignore()
|
||||
|
@ -42,7 +42,7 @@ In order to run PyLoT you need to install:
|
||||
(the following are already dependencies of the above packages):
|
||||
- scipy
|
||||
- numpy
|
||||
- matplotlib
|
||||
- matplotlib <= 3.3.x
|
||||
|
||||
#### Some handwork:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user