mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:30:41 +02:00
Fixes the visibility of some accessibility method overrides in TTreeView
git-svn-id: trunk@34932 -
This commit is contained in:
parent
42b45fa381
commit
bd77055789
@ -2851,6 +2851,7 @@ type
|
||||
procedure WMSetFocus(var Message: TLMSetFocus); message LM_SETFOCUS;
|
||||
procedure WMKillFocus(var Message: TLMKillFocus); message LM_KILLFOCUS;
|
||||
procedure Resize; override;
|
||||
public
|
||||
// Accessibility
|
||||
function GetSelectedChildAccessibleObject: TLazAccessibleObject; override;
|
||||
function GetChildAccessibleObjectAtPos(APos: TPoint): TLazAccessibleObject; override;
|
||||
|
Loading…
Reference in New Issue
Block a user