eric7/Project/Project.py

branch
eric7
changeset 8943
23f9c7b9e18e
parent 8881
54e42bc2437a
child 9056
af7c8c7b7c62
child 9111
4ac66b6c33a4
--- a/eric7/Project/Project.py	Mon Feb 07 22:02:35 2022 +0100
+++ b/eric7/Project/Project.py	Tue Feb 08 16:21:09 2022 +0100
@@ -22,7 +22,7 @@
 )
 from PyQt6.QtGui import QKeySequence, QAction
 from PyQt6.QtWidgets import (
-    QLineEdit, QToolBar, QDialog, QInputDialog, QApplication, QMenu
+    QLineEdit, QToolBar, QDialog, QInputDialog, QMenu
 )
 from PyQt6.Qsci import QsciScintilla
 
@@ -2932,8 +2932,6 @@
                 Utilities.getHomeDir(),
                 self.tr("Project Files (*.epj);;XML Project Files (*.e4p)"))
         
-        QApplication.processEvents()
-        
         if fn and self.closeProject():
             with EricOverrideCursor():
                 ok = self.__readProject(fn)

eric ide

mercurial