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_MOUSE_UP event results in errors #29

Open
styinx opened this issue Nov 8, 2020 · 0 comments
Open

ON_MOUSE_UP event results in errors #29

styinx opened this issue Nov 8, 2020 · 0 comments
Assignees

Comments

@styinx
Copy link
Owner

styinx commented Nov 8, 2020

Only in Dev branch.

ACLIB_UIDebug app throws error when using the following code after ON_MOUSE_UP event is fired.

    def init(self):
        for _, widget in ACWidget.IDS.items():
            widget.on(ACWidget.EVENT.ON_MOUSE_UP, self.get_info)

    def get_info(self, *args):
        ...
@styinx styinx self-assigned this Nov 8, 2020
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