Skip to content

Commit 6375103

Browse files
committed
Merge pull request AvaloniaUI#8264 from AvaloniaUI/fixes/osx-invalidate-shadow-onshow
osx: ensure shadow is invalidated on show.
1 parent 8499a55 commit 6375103

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

native/Avalonia.Native/src/OSX/WindowBaseImpl.mm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@
9898
}
9999

100100
UpdateStyle();
101+
102+
[Window invalidateShadow];
101103

102104
if (ShouldTakeFocusOnShow() && activate) {
103105
[Window orderFront:Window];

0 commit comments

Comments
 (0)