From 2827bed6c238bd483997b3f2d88e3e7ec6a06ded Mon Sep 17 00:00:00 2001
From: Matthias Koefferlein
+ The Qt/MacOS combination does not allow for dynamically configuring + the main menu. On MacOS the behavior is as follows: +
+ ++ Every top-level menu entry that is generated either by code or by configuring + a macro correspondingly, will be shown in a separate entry in the main toolbar. + This entry is labelled "..." and is shown only when it is populated. All + non-standard main menu entries are placed there in the same order they would + appear in the main menu. +
+ diff --git a/src/laybasic/laybasic/layAbstractMenu.cc b/src/laybasic/laybasic/layAbstractMenu.cc index ec05dcd34..c503a0e1b 100644 --- a/src/laybasic/laybasic/layAbstractMenu.cc +++ b/src/laybasic/laybasic/layAbstractMenu.cc @@ -65,7 +65,7 @@ static const bool s_can_move_menu = false; #else -static const bool s_can_move_menu = false; // @@@ true; +static const bool s_can_move_menu = true; #endif