mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 13:09:20 +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
|
const
|
||||||
SName = 'CarbonCommon_SetFocusPart';
|
SName = 'CarbonCommon_SetFocusPart';
|
||||||
begin
|
begin
|
||||||
if AWidget is TCarbonWindow then
|
if not (AWidget is TCarbonCustomControl) or (AWidget is TCarbonWindow) then
|
||||||
Result := CallNextEventHandler(ANextHandler, AEvent);
|
Result := CallNextEventHandler(ANextHandler, AEvent);
|
||||||
|
|
||||||
if OSError(
|
if OSError(
|
||||||
|
Loading…
Reference in New Issue
Block a user