win32 intf: documented that TColorDialog.Title cannot be set (Issue #0022491).

git-svn-id: trunk@43650 -
This commit is contained in:
bart 2014-01-05 15:49:10 +00:00
parent 06375fba9b
commit f4f2a396d1

View File

@ -13,6 +13,9 @@
<short>Bitmap button color cannot be changed</short>
<descr>It is impossible to implement without making them owner drawn.</descr>
</issue>
<issue name="TColorDialog.Title">
<short>The title cannot be changed, it is set by the OS.</short>
</issue>
<issue name="TPopupMenu.OnClose">
<short>OnClose happens before OnClick</short>
<descr>If you delete the clicked menu item during OnClose the OnClick will be omitted.</descr>