Skip to content

Commit 9332e06

Browse files
committed
Revert "Fix remaining canBecomeKeyWindow warnings in BezelNotification"
This reverts commit 515b7a1.
1 parent 515b7a1 commit 9332e06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditSourceEditor/SupportingViews/BezelNotification.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ final class BezelNotification {
5151

5252
let window = NSPanel(
5353
contentRect: .zero,
54-
styleMask: [.borderless, .hudWindow],
54+
styleMask: [.borderless, .nonactivatingPanel, .hudWindow],
5555
backing: .buffered,
5656
defer: true
5757
)

0 commit comments

Comments
 (0)