Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Window flicker when drag in the original titlebar area and move to top of the screen #206

Open
xiaodw opened this issue Jun 17, 2016 · 0 comments

Comments

@xiaodw
Copy link

xiaodw commented Jun 17, 2016

This problem reproduce with the latest code. And some app such as SoureTree\WeChat has the problem also,reason and solution as below:
The problem caused by the call of convertBaseToScreen(INAppStoreWindow.m line 567),it works well if caculate the offset of window move without the convert.
NSPoint now = [window convertBaseToScreen:theEvent.locationInWindow];
NSPoint now = [NSEvent mouseLocation];

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

No branches or pull requests

1 participant