mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 12:49:13 +02:00
LCL-CustomDrawn: Fixes TCDStaticText handle
git-svn-id: trunk@36932 -
This commit is contained in:
parent
9b1fbde31c
commit
2ec49d156c
@ -50,7 +50,7 @@ type
|
|||||||
|
|
||||||
// Additional Tab
|
// Additional Tab
|
||||||
|
|
||||||
TCDIntfStaticText = class(TCDProgressBar)
|
TCDIntfStaticText = class(TCDStaticText)
|
||||||
public
|
public
|
||||||
LCLControl: TStaticText;
|
LCLControl: TStaticText;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user