LCL-GTK2: Turn lcTransparentWindow capability off again. It breaks things.

git-svn-id: trunk@55938 -
This commit is contained in:
juha 2017-09-28 08:48:18 +00:00
parent fdde5e54a3
commit faf48ec178

View File

@ -1006,8 +1006,8 @@ end;
function TGtk2WidgetSet.GetLCLCapability(ACapability: TLCLCapability): PtrUInt;
begin
case ACapability of
lcTransparentWindow: Result := LCL_CAPABILITY_YES;
// ToDo: Set other capabilities.
// Transparency partly works but code completion window would go behind SynEdit -> NO
lcTransparentWindow: Result := LCL_CAPABILITY_NO;
else
Result := inherited GetLCLCapability(ACapability);
end;