mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 20:39:23 +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;
|
lcNeedMininimizeAppWithMainForm: Result := LCL_CAPABILITY_NO;
|
||||||
lcSendsUTF8KeyPress: Result := LCL_CAPABILITY_YES;
|
lcSendsUTF8KeyPress: Result := LCL_CAPABILITY_YES;
|
||||||
lcTransparentWindow: Result := LCL_CAPABILITY_YES;
|
lcTransparentWindow: Result := LCL_CAPABILITY_YES;
|
||||||
|
lcAllowChildControlsInNativeControls: Result := LCL_CAPABILITY_YES;
|
||||||
lcTextHint:
|
lcTextHint:
|
||||||
begin
|
begin
|
||||||
if (ComCtlVersion >= ComCtlVersionIE6) then
|
if (ComCtlVersion >= ComCtlVersionIE6) then
|
||||||
|
Loading…
Reference in New Issue
Block a user