mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
Docs: document that adding a submenu to a TMenuItem that is a separator can crash the computer on non-Windows platform.
git-svn-id: trunk@48457 -
This commit is contained in:
parent
e345120713
commit
beb11406dd
@ -1378,6 +1378,9 @@ Descendent classes can override this method to provide a different result.
|
||||
<element name="TMenuItem.Add">
|
||||
<short>
|
||||
<var>Add</var> - an item to the menu</short>
|
||||
<descr>
|
||||
<var>Add</var> - an item to the menu.
|
||||
Be aware that adding an item to a TMenuItem that is a Separator, may crash your computer on non-Windows platforms.
|
||||
<descr/>
|
||||
<errors/>
|
||||
<seealso/>
|
||||
|
Loading…
Reference in New Issue
Block a user