src/eric7/UI/UserInterface.py

branch
eric7
changeset 10334
24300d16a154
parent 10331
c1a2ff7e3575
child 10339
446d22fa1aea
diff -r 4aa8d3b69832 -r 24300d16a154 src/eric7/UI/UserInterface.py
--- a/src/eric7/UI/UserInterface.py	Wed Nov 22 19:42:41 2023 +0100
+++ b/src/eric7/UI/UserInterface.py	Thu Nov 23 16:23:37 2023 +0100
@@ -3737,7 +3737,9 @@
         """
         self.__menus = {}
         mb = self.menuBar()
-        if OSUtilities.isLinuxPlatform() and not Preferences.getUI("UseNativeMenuBar"):
+        if (
+            OSUtilities.isLinuxPlatform() or OSUtilities.isBsdPlatform()
+        ) and not Preferences.getUI("UseNativeMenuBar"):
             mb.setNativeMenuBar(False)
 
         ##############################################################

eric ide

mercurial