mirror of https://github.com/KLayout/klayout.git
Updating documentation, taking out test code
This commit is contained in:
parent
ad64f30033
commit
2827bed6c2
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue