mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
Qt: added lcReceivesLMClearCutCopyPasteReliably = LCL_CAPABILITY_NO, since qt doesn't support sending of LM_COPY,LM_PASTE,LM_CUT at this moment.part of issue #20475
git-svn-id: trunk@33037 -
This commit is contained in:
parent
2e2567a84d
commit
7d4cbadd45
@ -615,6 +615,8 @@ begin
|
||||
{$ifdef MSWINDOWS} LCL_CAPABILITY_YES {$else} LCL_CAPABILITY_NO {$endif};
|
||||
lcNeedMininimizeAppWithMainForm: Result :=
|
||||
{$ifdef HASX11} LCL_CAPABILITY_YES {$else} LCL_CAPABILITY_NO {$endif};
|
||||
{when issue #20475 is fixed, then set this to LCL_CAPABILITY_YES}
|
||||
lcReceivesLMClearCutCopyPasteReliably: Result := LCL_CAPABILITY_NO;
|
||||
else
|
||||
Result := inherited GetLCLCapability(ACapability);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user