Preferences/ViewProfileDialog.py

changeset 6891
93f82da09f22
parent 6645
ad476851d7e0
diff -r 26c1042f2eec -r 93f82da09f22 Preferences/ViewProfileDialog.py
--- a/Preferences/ViewProfileDialog.py	Thu Mar 21 19:26:10 2019 +0100
+++ b/Preferences/ViewProfileDialog.py	Thu Mar 21 19:27:42 2019 +0100
@@ -63,7 +63,7 @@
         Public method to retrieve the visibilities configuration.
         
         @return tuple of two lists giving the visibilities of the
-            various parts ( two lists of boolean)
+            various parts (two lists of boolean)
         """
         if self.__layout in ["Toolboxes", "Sidebars"]:
             return (
@@ -80,3 +80,8 @@
                     self.ui.dprtCheckBox.isChecked(),
                 ]
             )
+        
+        return (
+            [True, True, True],         # edit profile
+            [True, True, True],         # debug profile
+        )

eric ide

mercurial