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

Handle display does not match acutal handles #128

Open
onno74 opened this issue Sep 21, 2024 · 0 comments
Open

Handle display does not match acutal handles #128

onno74 opened this issue Sep 21, 2024 · 0 comments

Comments

@onno74
Copy link

onno74 commented Sep 21, 2024

In self.show_handles we have

if self.show_handles:
            dx = (r - l) / 3
            dy = (b - t) / 3

versus

def classify(self, x, y):
        t, l, r, b = self.get_screencorners()
        dx = (r - l) / 4
        dy = (b - t) / 4

Please adjust to the same number, either both 3 or both 4
Otherwise the displayed handles are larger than the region where you can actually grab them.

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

2 participants