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):
|
def closeEvent(self, event):
|
||||||
if self.okToContinue():
|
if self.okToContinue():
|
||||||
|
self.logwidget.close()
|
||||||
event.accept()
|
event.accept()
|
||||||
else:
|
else:
|
||||||
event.ignore()
|
event.ignore()
|
||||||
|
@ -42,7 +42,7 @@ In order to run PyLoT you need to install:
|
|||||||
(the following are already dependencies of the above packages):
|
(the following are already dependencies of the above packages):
|
||||||
- scipy
|
- scipy
|
||||||
- numpy
|
- numpy
|
||||||
- matplotlib
|
- matplotlib <= 3.3.x
|
||||||
|
|
||||||
#### Some handwork:
|
#### Some handwork:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user