You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable preferredEdge is not used in runAsPopoverForView:preferredEdge:withCompletionBlock:, since it calls showRelativeToRect:ofView:preferredEdge: with hardcoded value NSMaxYEdge:
Actually use input parameter `preferredEdge` in method `runAsPopoverForView:preferredEdge:withCompletionBlock:` by replacing the hardcoded value `NSMaxYEdge`.
Variable
preferredEdge
is not used inrunAsPopoverForView:preferredEdge:withCompletionBlock:
, since it callsshowRelativeToRect:ofView:preferredEdge:
with hardcoded valueNSMaxYEdge
:NSAlert-Popover/NSAlert+Popover.m
Line 60 in 3b2b425
This line should be changed to use input parameter
preferredEdge
as input:The text was updated successfully, but these errors were encountered: