mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 04:29:28 +02:00
Docs: LCL/stdctrls. Adds version information for changes in 2.4.
* Affects: TCustomLabel.Color, TCustomLabel.Transparent
This commit is contained in:
parent
65ed3b4890
commit
3a6e8bfc0f
@ -13205,6 +13205,11 @@ Set Transparent to <b>False</b> to make the label opaque.
|
|||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
<seealso>
|
<seealso>
|
||||||
|
<version>
|
||||||
|
Modified in LCL version 2.4 to unbind Color and Transparent properties.
|
||||||
|
Setting Color does not automatically change Transparent from <b>True</b> to
|
||||||
|
<b>False</b> now.
|
||||||
|
</version>
|
||||||
<link id="TCustomLabel.Paint"/>
|
<link id="TCustomLabel.Paint"/>
|
||||||
<link id="TCustomLabel.Transparent"/>
|
<link id="TCustomLabel.Transparent"/>
|
||||||
<link id="#lcl.controls.TControl.Color">TControl.Color</link>
|
<link id="#lcl.controls.TControl.Color">TControl.Color</link>
|
||||||
@ -13358,6 +13363,9 @@ background and text for the control are drawn. When Transparent is
|
|||||||
to fill the display area with the value in Color.
|
to fill the display area with the value in Color.
|
||||||
</p>
|
</p>
|
||||||
</descr>
|
</descr>
|
||||||
|
<version>
|
||||||
|
Modified in LCL version 2.4. Transparent is no longer toggled when Color is changed. Its value is independent of Color.
|
||||||
|
</version>
|
||||||
<seealso>
|
<seealso>
|
||||||
<link id="TCustomLabel.Color"/>
|
<link id="TCustomLabel.Color"/>
|
||||||
<link id="TCustomLabel.Paint"/>
|
<link id="TCustomLabel.Paint"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user