cocoa: accelerator keys (as UI feature) are not supported bugs #37721 and #37719

git-svn-id: trunk@63961 -
This commit is contained in:
dmitry 2020-10-05 16:22:40 +00:00
parent ff637c1fd4
commit 30e70e5c24

View File

@ -295,6 +295,8 @@ begin
lcTransparentWindow,
lcCanDrawHidden:
Result := LCL_CAPABILITY_YES;
lcAccelleratorKeys:
Result := LCL_CAPABILITY_NO;
else
Result := inherited;
end;