mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +02:00
win32: Allow Child Controls In Native Controls, Issue #36513
git-svn-id: trunk@62572 -
This commit is contained in:
parent
6a5bdbd4f8
commit
0c33b3e2c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user