Skip to content

Commit

Permalink
Revert "Merge pull request AvaloniaUI#9947 from AvaloniaUI/stable/nsw…
Browse files Browse the repository at this point in the history
…indow-setappearance"

This reverts commit c273732, reversing
changes made to d926650.
  • Loading branch information
grokys committed Jan 12, 2023
1 parent c273732 commit fb67190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion native/Avalonia.Native/src/OSX/WindowBaseImpl.mm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
[Window setContentMaxSize:lastMaxSize];

[Window setOpaque:false];
[Window setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameAqua]];
}

HRESULT WindowBaseImpl::ObtainNSViewHandle(void **ret) {
Expand Down

0 comments on commit fb67190

Please sign in to comment.