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

When zooming in to more than full screen, holding down the middle mouse button to drag the image may cause the result to get stuck and flicker back. #13

Closed
ZJDATY opened this issue Apr 13, 2023 · 2 comments
Labels
enhancement New feature or request invalid This doesn't seem right

Comments

@ZJDATY
Copy link

ZJDATY commented Apr 13, 2023

Traceback (most recent call last):
  File "D:\pyworkspaces\SAM\SAM-Tool\salt\interface.py", line 67, in mousePressEvent
    self.editor.add_click([int(x), int(y)], label)
UnboundLocalError: local variable 'label' referenced before assignment
@anuragxel
Copy link
Owner

Middle mouse button is not supported yet, I just added a mouse wheel support (you can scroll but not click the middle scroller). Will figure this out, thanks for the input.

@anuragxel anuragxel added the invalid This doesn't seem right label Apr 13, 2023
@anuragxel
Copy link
Owner

@dtock89 has added this enhancement! Closing this issue.

@anuragxel anuragxel added the enhancement New feature or request label Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants