Max Katz
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Native/WindowImpl.cs
|
|
|
@ -215,7 +215,7 @@ namespace Avalonia.Native |
|
|
|
|
|
|
|
public void SetParent(IWindowImpl parent) |
|
|
|
{ |
|
|
|
_native.SetParent(((WindowImpl)parent).Native); |
|
|
|
_native.SetParent(((WindowImpl)parent)?.Native); |
|
|
|
} |
|
|
|
|
|
|
|
public void SetEnabled(bool enable) |
|
|
|
|