src/eric7/Project/ProjectVenvConfigurationDialog.py

branch
eric7
changeset 9389
7b2344009d7a
parent 9323
6ae7193558ac
child 9413
80c06d472826
--- a/src/eric7/Project/ProjectVenvConfigurationDialog.py	Wed Oct 05 16:19:31 2022 +0200
+++ b/src/eric7/Project/ProjectVenvConfigurationDialog.py	Thu Oct 06 16:22:35 2022 +0200
@@ -84,6 +84,8 @@
         else:
             self.pythonExecPicker.setText(venvDirectory)
 
+        self.__updateOK()
+
     @pyqtSlot(str)
     def __updateOK(self):
         """
@@ -97,7 +99,7 @@
         )
 
     @pyqtSlot(str)
-    def on_pythonExecPicker_textChanged(self, txt):
+    def on_pythonExecPicker_editTextChanged(self, txt):
         """
         Private slot to handle changes of the entered Python interpreter path.
 

eric ide

mercurial