print added to closeEvent
This commit is contained in:
3
base.py
3
base.py
@@ -910,8 +910,11 @@ class BaseWindow(QMainWindow):
|
||||
#Close all dock widgets
|
||||
#self.removeDockWidget(self.hdf_dock_widget)
|
||||
self.logger.info("Closing Application")
|
||||
print("Closing Application", flush=True)
|
||||
self.save_application_settings()
|
||||
QApplication.processEvents()
|
||||
print( ("Stopping Monitors. This may on occasion lead to " +
|
||||
"NO CYTHON CALLBACK MATCH FOUND notices"), flush=True)
|
||||
self.cafe.monitorStopAll()
|
||||
time.sleep(0.05)
|
||||
self.cafe.terminate()
|
||||
|
||||
Reference in New Issue
Block a user