eric7/E5Gui/E5PathPicker.py

branch
eric7
changeset 8319
ea11a3948f40
parent 8318
962bce857696
child 8322
b422b4e77d19
diff -r 962bce857696 -r ea11a3948f40 eric7/E5Gui/E5PathPicker.py
--- a/eric7/E5Gui/E5PathPicker.py	Sun May 16 20:07:24 2021 +0200
+++ b/eric7/E5Gui/E5PathPicker.py	Mon May 17 19:58:15 2021 +0200
@@ -82,7 +82,7 @@
         self.__defaultDirectory = ""
         self.__windowTitle = ""
         
-        self.__layout = QHBoxLayout()
+        self.__layout = QHBoxLayout(self)
         self.__layout.setSpacing(0)
         self.__layout.setContentsMargins(0, 0, 0, 0)
         self.setLayout(self.__layout)

eric ide

mercurial