Compare commits
No commits in common. "e9cc579cf685ceb61ac1847f71323dfb2db52ace" and "5449210797d876f576f551044ce289a46fa9aee2" have entirely different histories.
e9cc579cf6
...
5449210797
1
PyLoT.py
1
PyLoT.py
@ -3729,7 +3729,6 @@ 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 <= 3.3.x
|
- matplotlib
|
||||||
|
|
||||||
#### Some handwork:
|
#### Some handwork:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user