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

Double click no longer selecting entire tile #456

Open
colophonium opened this issue Apr 16, 2024 · 1 comment
Open

Double click no longer selecting entire tile #456

colophonium opened this issue Apr 16, 2024 · 1 comment

Comments

@colophonium
Copy link

LibreSprite version
c99d3666b17ff731824e3eccc79cf3ec48564ad5
Describe the bug

Double clicking with the rectangular marquee tool does not change the selection, instead of selecting an entire tile like when using the 1.0 AppImage.

To Reproduce

Select marquee tool and double click anywhere on an image

Expected behaviour

The entire tile (as determined by the Grid Settings) that was clicked is selected

OS/Hardware
  • Operative System: Arch Linux
Additional context

After removing the following lines I could select tiles again:

if (editor->hasCapture())
return false;

But I'm not sure whether removing that check won't lead to other issues.

@Visssarion
Copy link

Have similar issue. Can't sellect a tile by clicking LMB 2 times.

However, by clicking LMB -> RMB -> LMB -> RMB in quick succession, an entire tile selects as expected from double click.

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