Emmanuel Hansen
3 months 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/Windows/Avalonia.Win32/Win32Platform.cs
|
|
|
@ -240,7 +240,7 @@ namespace Avalonia.Win32 |
|
|
|
public IWindowImpl CreateEmbeddableWindow() |
|
|
|
{ |
|
|
|
var embedded = new EmbeddedWindowImpl(); |
|
|
|
embedded.Show(true, false); |
|
|
|
embedded.Show(false, false); |
|
|
|
return embedded; |
|
|
|
} |
|
|
|
|
|
|
|
|