Updating documentation, taking out test code

This commit is contained in:
Matthias Koefferlein 2024-05-31 17:49:35 +02:00
parent ad64f30033
commit 2827bed6c2
2 changed files with 16 additions and 1 deletions

View File

@ -78,5 +78,20 @@
not defined.
</p>
<h2>A Note for MacOS Users</h2>
<p>
The Qt/MacOS combination does not allow for dynamically configuring
the main menu. On MacOS the behavior is as follows:
</p>
<p>
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.
</p>
</doc>

View File

@ -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