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

setCenterLocation #1

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments
Open

setCenterLocation #1

GoogleCodeExporter opened this issue Mar 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

When calling the setCenterLocation, the menu is being drawn at the correct 
position, however for some positions, the menu is not being shown entirely.

Original issue reported on code.google.com by [email protected] on 17 Jul 2012 at 11:50

@GoogleCodeExporter
Copy link
Author

Same problem here. A part of the menu is missing if a certain radius is 
exceeded.
In landscape mode also only one half of the menu V1 is drawn.

Original comment by [email protected] on 13 Jun 2013 at 8:33

@GoogleCodeExporter
Copy link
Author

For me, what solved the problem was to manually track the menu state and call 
the draw(Canvas cancas) method of the menu in the onDraw(Canvas canvas) of my 
view.

Example:

if(m_PieMenuForApplication.isActivated())
{
    m_PieMenuForApplication.draw(canvas);
}

Hope this helps.

Bests.

Original comment by [email protected] on 11 Sep 2013 at 7:00

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

No branches or pull requests

1 participant