Compare commits

..

No commits in common. "e9cc579cf685ceb61ac1847f71323dfb2db52ace" and "5449210797d876f576f551044ce289a46fa9aee2" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -3729,7 +3729,6 @@ class MainWindow(QMainWindow):
def closeEvent(self, event):
if self.okToContinue():
self.logwidget.close()
event.accept()
else:
event.ignore()

View File

@ -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 <= 3.3.x
- matplotlib
#### Some handwork: