mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 20:40:36 +02:00
LCL carbon: TCarbonCustomControl allows focusing like edit control
git-svn-id: trunk@17181 -
This commit is contained in:
parent
6f54fbf55a
commit
47fba96134
@ -332,7 +332,8 @@ begin
|
||||
Result := True
|
||||
else
|
||||
Result := (TCarbonWidget(AWincontrol.Handle) is TCarbonControlWithEdit) or
|
||||
(TCarbonWidget(AWincontrol.Handle) is TCarbonDataBrowser);
|
||||
(TCarbonWidget(AWincontrol.Handle) is TCarbonDataBrowser) or
|
||||
(TCarbonWidget(AWincontrol.Handle) is TCarbonCustomControl);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user