Skip to content

Commit

Permalink
chore: enable Given_AppWindow on macOS/skia
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Oct 31, 2024
1 parent 993d2d0 commit a1fa377
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ void OnChanged(AppWindow s, AppWindowChangedEventArgs e)
private void AssertPositioningAndSizingSupport()
{
if (!OperatingSystem.IsLinux() &&
!OperatingSystem.IsWindows() ||
!OperatingSystem.IsWindows() &&
!OperatingSystem.IsMacOS() ||
TestServices.WindowHelper.IsXamlIsland ||
IsGtk())
{
Expand Down

0 comments on commit a1fa377

Please sign in to comment.