Skip to content

Commit

Permalink
Make sure appearance editor popover is focused
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Feb 26, 2024
1 parent fec281c commit 535a87c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ice/MenuBar/MenuBarAppearanceEditorHelperPanel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class MenuBarAppearanceEditorHelperPanel: NSPanel {
let popover = MenuBarAppearanceEditorPopover()
popover.delegate = self
popover.show(relativeTo: .zero, of: contentView, preferredEdge: .minY)
popover.contentViewController?.view.window?.makeKey()
NSColorPanel.shared.hidesOnDeactivate = false
}
}
Expand Down

0 comments on commit 535a87c

Please sign in to comment.