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

Missmatched types on Darg/Drop between the viewer and the Node Trees widget #418

Closed
taewyth opened this issue Apr 30, 2024 · 0 comments
Closed

Comments

@taewyth
Copy link

taewyth commented Apr 30, 2024

Severity: very minor

Issue: When trying to drag a node from the Node Tree, the data sent is QPointF but the viewer signal data_dropped is expecting a QPoint

proposed fix: simply switch QtCore.QPoint with QtCore.QPointF on lines 53 and 676 of widgets\viewer.py

light-scattering-io pushed a commit to light-scattering-io/NodeGraphQt that referenced this issue Jul 28, 2024
(cherry picked from commit 12782e7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant