Skip to content

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

@taewyth

Description

@taewyth

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions