diff --git a/src/doc/doc/about/macro_in_menu.xml b/src/doc/doc/about/macro_in_menu.xml index e97ff27b8..2c1b9ba6c 100644 --- a/src/doc/doc/about/macro_in_menu.xml +++ b/src/doc/doc/about/macro_in_menu.xml @@ -78,5 +78,20 @@ not defined.
++ 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