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): def closeEvent(self, event):
if self.okToContinue(): if self.okToContinue():
self.logwidget.close()
event.accept() event.accept()
else: else:
event.ignore() 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): (the following are already dependencies of the above packages):
- scipy - scipy
- numpy - numpy
- matplotlib <= 3.3.x - matplotlib
#### Some handwork: #### Some handwork: