mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 12:09:21 +02:00
Win32: document that setting TComboBox.BorderStyle to bsNone is not supported. Issue #0038126.
git-svn-id: trunk@64169 -
This commit is contained in:
parent
aadc207387
commit
0c50332e9f
@ -5,6 +5,10 @@
|
|||||||
<short>Combo box height is constrained</short>
|
<short>Combo box height is constrained</short>
|
||||||
<descr>It is impossible to set an arbitrary height to a TComboBox under Windows. Use AutoSize to make sure the size is good on all platforms.</descr>
|
<descr>It is impossible to set an arbitrary height to a TComboBox under Windows. Use AutoSize to make sure the size is good on all platforms.</descr>
|
||||||
</issue>
|
</issue>
|
||||||
|
<issue name="TComboBox.BorderStyle">
|
||||||
|
<short>Setting BorderStyle has no effect.</short>
|
||||||
|
<descr>It is impossible to remove the border by setting the property to bsNone under Windows.</descr>
|
||||||
|
</issue>
|
||||||
<issue name="TButton.Color">
|
<issue name="TButton.Color">
|
||||||
<short>Button color cannot be changed</short>
|
<short>Button color cannot be changed</short>
|
||||||
<descr>It is impossible to implement without making them owner drawn.</descr>
|
<descr>It is impossible to implement without making them owner drawn.</descr>
|
||||||
|
Loading…
Reference in New Issue
Block a user