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

Area Selector can't pick items that are flipped #231

Open
birbilis opened this issue May 21, 2022 · 1 comment
Open

Area Selector can't pick items that are flipped #231

birbilis opened this issue May 21, 2022 · 1 comment
Assignees
Labels
AreaSelector bug Something isn't working

Comments

@birbilis
Copy link
Contributor

Version: 0.5.12

Flipping is done on the top-left corder of items internally which seems to cause issues to area selector and also when clicking to pick an object. Probably it is related to non-normalized bounds rectangle or to the bounds rectangle not getting affected by the flipping (in which case one needs absolutebounds most probably, maybe normalized too so that left<right, top<bottom)

@birbilis birbilis added bug Something isn't working AreaSelector labels May 21, 2022
@birbilis birbilis self-assigned this May 21, 2022
@birbilis birbilis added this to To Do in READ-COM App via automation May 21, 2022
@birbilis
Copy link
Contributor Author

should check if flipping also affects items that are unanchored in non-Edit mode (if one can drag to move them)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AreaSelector bug Something isn't working
Projects
Development

No branches or pull requests

1 participant