Nikita Tsukanov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.X11/X11Window.cs
|
|
|
@ -1157,7 +1157,7 @@ namespace Avalonia.X11 |
|
|
|
public ITextInputMethodImpl TextInputMethod => _ime; |
|
|
|
|
|
|
|
public void SetTransparencyLevelHint(WindowTransparencyLevel transparencyLevel) => |
|
|
|
_transparencyHelper.SetTransparencyRequest(transparencyLevel); |
|
|
|
_transparencyHelper?.SetTransparencyRequest(transparencyLevel); |
|
|
|
|
|
|
|
public void SetWindowManagerAddShadowHint(bool enabled) |
|
|
|
{ |
|
|
|
|