Popup icon indicating copy to clipboard operation
Popup copied to clipboard

Panel doesn't open appropriately if opened from external monitor in Mavericks

Open WolfSnap opened this issue 10 years ago • 3 comments

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?

WolfSnap avatar May 19 '14 04:05 WolfSnap

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!

shpakovski avatar May 23 '14 03:05 shpakovski

In file PanelController.m replace

 NSRect screenRect =  [[[NSScreen screens] objectAtIndex:0] frame]; 

with

NSRect screenRect = [[NSScreen mainScreen] visibleFrame];

it should work in both screens.

apisit avatar May 27 '14 21:05 apisit

Sounds good, could you please push the request? Thanks in advance!

shpakovski avatar May 29 '14 08:05 shpakovski