mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 12:00:29 +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;
|
FInternalSetBounds := False;
|
||||||
Color := clNone;
|
Color := clNone;
|
||||||
AutoSize := True;
|
AutoSize := True;
|
||||||
|
// Accessibility
|
||||||
|
AccessibleRole := larLabel;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCustomLabel.GetTransparent: boolean;
|
function TCustomLabel.GetTransparent: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user