Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Issue with position of popupMenu #1

Open
ilellouch opened this issue Mar 18, 2014 · 1 comment
Open

Issue with position of popupMenu #1

ilellouch opened this issue Mar 18, 2014 · 1 comment

Comments

@ilellouch
Copy link

Hi,
I think there is an issue in PopuMenu class :

Rect anchorRect = new Rect(location[0], location[1],
                location[0] + anchor.getWidth(),
                location[0] + anchor.getHeight());

should be

Rect anchorRect = new Rect(location[0], location[1],
                location[0] + anchor.getWidth(),
                location[1] + anchor.getHeight());

What do you think ?

Thanks btw for the work :)

@u1aryz
Copy link
Owner

u1aryz commented Mar 27, 2014

Hi.
I agree with you.

Thanks.

Repository owner deleted a comment from junaidgemini Aug 24, 2024
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

2 participants