Skip to content

Commit

Permalink
Fix popover window level (#339)
Browse files Browse the repository at this point in the history
Fixes #333
  • Loading branch information
pakerwreah authored Jan 3, 2025
1 parent dac36b5 commit 1ad0882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Calendr/Components/Popover.swift
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ class Popover: NSObject, PopoverWindowDelegate {
window.level = .popUpMenu
window.isReleasedWhenClosed = false
window.isMovableByWindowBackground = false
window.isFloatingPanel = true
window.animationBehavior = .utilityWindow
window._delegate = self

Expand Down

0 comments on commit 1ad0882

Please sign in to comment.