Stefan Schimanski wrote:

Am 09.03.2008 um 13:03 schrieb Abdelrazak Younes:

Stefan Schimanski wrote:
Mac has lost the menu contents. They appear in the menubar, but the popup does not appear.

I'll try to investigate. '-dbg gui' should give you some hints of what's going wrong.

Abdel.

diff --git a/src/frontends/qt4/Menus.cpp b/src/frontends/qt4/Menus.cpp
index c51b4ac..c77666d 100644
--- a/src/frontends/qt4/Menus.cpp
+++ b/src/frontends/qt4/Menus.cpp
@@ -281,13 +281,13 @@ public:
 };

 /// a submenu
-class GuiPopupMenu : public QMenu
+class GuiPopupMenu : public GuiPopupMenuBase

That's a solution indeed. But instead of doing that, maybe we could allow mocable cpp, couldn't we? But I guess the required change for autotools and scons would be too big.

Please commit your solution in the mean time.

Abdel.

Reply via email to