E5Gui/E5ModelMenu.py

branch
6_0_x
changeset 4413
db5287ff9b5f
parent 4022
f5f42921717e
child 4631
5c1a96925da4
--- a/E5Gui/E5ModelMenu.py	Sun Aug 30 19:33:16 2015 +0200
+++ b/E5Gui/E5ModelMenu.py	Mon Aug 31 19:38:48 2015 +0200
@@ -48,6 +48,9 @@
         self.__dropRow = -1
         self.__dropIndex = None
         
+        # This is to ensure it will be shown on Mac OS X
+        self.addAction("--not populated--")
+        
         self.aboutToShow.connect(self.__aboutToShow)
         self.triggered.connect(self.__actionTriggered)
     

eric ide

mercurial