mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
LCL carbon: reverted 17463 #4a42c817e5 as Dmitry Boyarintsev pointed
git-svn-id: trunk@17470 -
This commit is contained in:
parent
b5f8b6bb2a
commit
88c3884a6d
@ -323,7 +323,7 @@ var
|
||||
const
|
||||
SName = 'CarbonCommon_SetFocusPart';
|
||||
begin
|
||||
if AWidget is TCarbonWindow then
|
||||
if not (AWidget is TCarbonCustomControl) or (AWidget is TCarbonWindow) then
|
||||
Result := CallNextEventHandler(ANextHandler, AEvent);
|
||||
|
||||
if OSError(
|
||||
|
Loading…
Reference in New Issue
Block a user