Qt,Qt5: qt allows child controls in TEdit or similar controls. part of issue #36513

git-svn-id: trunk@62583 -
This commit is contained in:
zeljko 2020-01-24 08:58:24 +00:00
parent 1d3bd3cc4a
commit 976015c331
2 changed files with 2 additions and 0 deletions

View File

@ -1307,6 +1307,7 @@ begin
lcRadialGradientBrush: Result := LCL_CAPABILITY_YES;
lcTransparentWindow: Result := LCL_CAPABILITY_YES;
lcNativeTaskDialog: Result := {$ifdef MSWINDOWS} LCL_CAPABILITY_NO {$else} LCL_CAPABILITY_YES {$endif};
lcAllowChildControlsInNativeControls: Result := LCL_CAPABILITY_YES;
else
Result := inherited GetLCLCapability(ACapability);
end;

View File

@ -1237,6 +1237,7 @@ begin
lcTransparentWindow: Result := LCL_CAPABILITY_YES;
lcTextHint: Result := LCL_CAPABILITY_YES;
lcNativeTaskDialog: Result := {$ifdef MSWINDOWS} LCL_CAPABILITY_NO {$else} LCL_CAPABILITY_YES {$endif};
lcAllowChildControlsInNativeControls: Result := LCL_CAPABILITY_YES;
else
Result := inherited GetLCLCapability(ACapability);
end;