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

Fix the Anchor Point issue and prepend the methods calls with this->. #16466

Closed
wants to merge 1 commit into from
Closed

Fix the Anchor Point issue and prepend the methods calls with this->. #16466

wants to merge 1 commit into from

Commits on Aug 30, 2016

  1. Fix the Anchor Point issue and prepend the methods calls with this->.

    We are setting the anchor point to the center of the Menu
    so the call of setIgnoreAnchorPointForPosition must be with
    "true" argument.
            //
    Also prepend all the methods calls with this to keep the
    consistency between the calls.
    N2OMatt committed Aug 30, 2016
    Copy the full SHA
    f5d28e8 View commit details
    Browse the repository at this point in the history