eric6/UI/BrowserModel.py

changeset 7708
b2c315bcb1c0
parent 7690
a59680062837
child 7757
1f9f35f9be6d
--- a/eric6/UI/BrowserModel.py	Mon Sep 21 19:03:35 2020 +0200
+++ b/eric6/UI/BrowserModel.py	Mon Sep 21 19:51:00 2020 +0200
@@ -1480,7 +1480,8 @@
             self._classObject and
             (self._classObject.methods or
              self._classObject.classes or
-             self._classObject.attributes)
+             self._classObject.attributes or
+             self._classObject.globals)
         ):
             self._populated = False
             self._lazyPopulation = True

eric ide

mercurial