Skip to content

Commit

Permalink
Merge pull request #6457 from AvaloniaUI/fixes/compositor-warning
Browse files Browse the repository at this point in the history
Don't display warning when WinUICompositorConnection succeeds.
  • Loading branch information
Dan Walmsley authored and grokys committed Sep 29, 2021
1 parent b81d052 commit 6fbf7b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public static void TryCreateAndRegister(EglPlatformOpenGlInterface angle)
try
{
TryCreateAndRegisterCore(angle);
return;
}
catch (Exception e)
{
Expand Down

0 comments on commit 6fbf7b8

Please sign in to comment.