Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

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

Open
WolfSnap opened this issue May 19, 2014 · 3 comments

Comments

@WolfSnap
Copy link

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?

@shpakovski
Copy link
Collaborator

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!

@apisit
Copy link

apisit commented May 27, 2014

In file PanelController.m
replace

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

with

NSRect screenRect = [[NSScreen mainScreen] visibleFrame];

it should work in both screens.

@shpakovski
Copy link
Collaborator

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants