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

on 27" mac, the mouseover events/accuracy goes wrong #422

Open
bruceloco opened this issue Jan 3, 2017 · 1 comment
Open

on 27" mac, the mouseover events/accuracy goes wrong #422

bruceloco opened this issue Jan 3, 2017 · 1 comment

Comments

@bruceloco
Copy link

Version 0.1.3

I have a 27 inch Mac, OSX Sierra with Java 8.111

The pointer gets of base from time to time and for example, the mouse is under the menu(although it is not captured by the printscreen) but it behaves is if it was on the “file” menu and if you click the empty bit, it will bring up the menu. If I then go up to the actual file menu, it does not work.
This also happens on the side buttons.
Not sure if there is a predetermined size/maximum size for the window for overlap to work properly(also comment in forum)
screen shot 2017-01-02 at 22 17 51

@bruceloco
Copy link
Author

bruceloco commented Jan 6, 2017

Seems to be related to this line:
overlap2d/src/com.uwsoft.editor/Main, line 74:
config.height = (int) (height - height * .04);
setting it to
config.height = (int) (height);
seems to fix it

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