mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 13:19:18 +02:00
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:
parent
1d3bd3cc4a
commit
976015c331
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user