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

Application shutdowns when sliding shapes out of bixmap #1224

Closed
wants to merge 1 commit into from

Conversation

mhannani
Copy link

@mhannani mhannani commented Dec 20, 2022

When sliding the shape out of bixmap, the application stops and complains that the parameters of QtCore.QPoint methods need to be int instead of float.

pos += QtCore.QPoint( TypeError: arguments did not match any overloaded call: QPoint(): too many arguments QPoint(int, int): argument 1 has unexpected type 'float' QPoint(QPoint): argument 1 has unexpected type 'float'

@mhannani mhannani changed the title Application shutdowns when sliding canvas out of bixmap Application shutdowns when sliding shapes out of bixmap Dec 20, 2022
@wkentaro wkentaro self-assigned this Apr 5, 2023
@wkentaro wkentaro added the bug issue label Apr 5, 2023
@wkentaro
Copy link
Member

wkentaro commented Apr 5, 2023

@mhannani Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants