mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-25 23:40:06 +02:00
Adds a default role for TCustomLabel
git-svn-id: trunk@35587 -
This commit is contained in:
parent
62739cca82
commit
0eb5dd0740
@ -213,6 +213,8 @@ begin
|
||||
FInternalSetBounds := False;
|
||||
Color := clNone;
|
||||
AutoSize := True;
|
||||
// Accessibility
|
||||
AccessibleRole := larLabel;
|
||||
end;
|
||||
|
||||
function TCustomLabel.GetTransparent: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user