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 committed Aug 23, 2021
2 parents e57cdcd + 273a1fc commit 54d290a
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 54d290a

Please sign in to comment.