We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
FROM: #13 (comment)
I also encountered the same problem
I tried to solve him in a bad way
filepath: roLabelImg-master\libs\canvas.py line: 159 if Qt.LeftButton & ev.buttons(): self.MouseMove = ev.pos() - self.preMousePosition self.preMousePosition = ev.pos() self.prevPoint = self.pos() + self.MouseMove self.move(self.prevPoint)
filepath: roLabelImg-master\libs\canvas.py line: 225 self.preMousePosition = ev.pos()
If you have any good plan, please contact me, thank you very much
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FROM: #13 (comment)
I also encountered the same problem
I tried to solve him in a bad way
If you have any good plan, please contact me, thank you very much
The text was updated successfully, but these errors were encountered: