win32: Allow Child Controls In Native Controls, Issue #36513

git-svn-id: trunk@62572 -
This commit is contained in:
ondrej 2020-01-21 16:39:47 +00:00
parent 6a5bdbd4f8
commit 0c33b3e2c7

View File

@ -564,6 +564,7 @@ begin
lcNeedMininimizeAppWithMainForm: Result := LCL_CAPABILITY_NO;
lcSendsUTF8KeyPress: Result := LCL_CAPABILITY_YES;
lcTransparentWindow: Result := LCL_CAPABILITY_YES;
lcAllowChildControlsInNativeControls: Result := LCL_CAPABILITY_YES;
lcTextHint:
begin
if (ComCtlVersion >= ComCtlVersionIE6) then