mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 17:12:41 +02:00
LCL-GTK2: Turn lcTransparentWindow capability off again. It breaks things.
git-svn-id: trunk@55938 -
This commit is contained in:
parent
fdde5e54a3
commit
faf48ec178
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user