Popup
Popup copied to clipboard
Panel doesn't open appropriately if opened from external monitor in Mavericks
The popup window, if you click the star on an external monitor, doesn't open on the external monitor. Instead, the view flies over to the primary monitor and opens at the far-right of the display.
Since having menu bars on all monitors is new in Mavericks, I'm guessing that the app just hasn't been updated to work appropriately with this... To be honest, I'm not sure on how to fix it; anyone have any ideas?
Hi, thank you very much for the heads up, I will look into this when I have access to the external monitor. Sorry for inconvenience!
In file PanelController.m replace
NSRect screenRect = [[[NSScreen screens] objectAtIndex:0] frame];
with
NSRect screenRect = [[NSScreen mainScreen] visibleFrame];
it should work in both screens.
Sounds good, could you please push the request? Thanks in advance!